This repository code follows the React Tutorial for Beginners playlist on The Net Ninja Playlist.
Start:
- Use expo init react-native-gamezone to create new expo project in VScode
Note:
- FlatList numColumns did not work.
- Use MatreicIcon in react native should be import as
- import MateriaIcons from '@expo/vector-icons/MaterialIcons;
- If import Apploading from 'expo-app-loading' occur error, delect node_modules folder and yarn install.
- Use React Navigation version 6, checkout documents at https://reactnavigation.org/docs/navigating
- expo install react-native-reanimated must add the Babel plugin to babel.config.js: plugins: ['react-native-reanimated/plugin']