Commit 21c0d33
authored
chore(example): use direct import from screens instead of repository-relative (#3434)
Use direct import instead of relative in example application
The app is not part of the lib. We should import things from screens as
from any other lib.
I've ensured that feature flags keep working correctly. If you're seeing
type errors on your end, that the feature flags do not exist -> you need
to run `yarn prepare` in the project top level directory.
Closes
software-mansion/react-native-screens-labs#6031 parent 1d46124 commit 21c0d33
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments