A sample recipes app built using react-native
- App navigation.
- How to add an app drawer.
- How to use react context in react-native.
- How to use redux toolkit in react-native.
yarn add @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
yarn add @react-navigation/native-stack
yarn add @react-navigation/drawer
yarn add react-native-gesture-handler react-native-reanimated
yarn add @reduxjs/toolkit react-redux # if redux toolkit is needed
yarn expo start -c # to start development after cleaning cache