You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[73f49fe] does appear to be vanilla but it has following issues:
When building, the directory name must be shortened else some build errors pop up. Solution: Rename the pokedex-react-native-vanilla-73f49fe30f55176ffd6a03fa0eae42e8b215a55a folder to pokedex-react-native-vanilla-73f49fe
Building exercise-01-solution produces this error (note: all the remaining exercise-0[*]-solution's seem to be fine). Solution: Modify the index.android.js and index.ios.js files as follows:
Change AppRegistry.registerComponent('PokedexRNVanilla', () => () => routes) to AppRegistry.registerComponent('PokedexRNVanilla01', () => () => routes)
Doing react-native run-android yields the following deprecation warning but the app still builds successfully: (node:15672) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
The pokedex-react-native-vanilla repo linked below is not actually 'vanilla' but instead uses expo:
https://github.com/learnapollo/pokedex-react-native-vanilla
Note:
android
andios
directoriesyarn start
in this repo launches an expo instanceThe text was updated successfully, but these errors were encountered: