Skip to content

Stanislaw09/rnTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Template App

React-Native app template which utilizes Stack & Drawer navigation. Allows to save data to the redux store and keep them in async storage with Redux-Persist. Implements some simple animations with the usage of LayoutAnimation

This is a sample app for easier setup of future projects

Troubleshooting

In case of issues with Watchman (probably macOS), you can try

brew uninstall watchman
brew install watchman
watchman shutdown-server
watchman watch-del-all
yarn start --reset-cache

you need to give it access to folder

Technologies

  • React Native 0.73.0
  • React Navigation 6.x.x
  • Redux ^9.1.0
  • Redux Toolkit ^2.2.1
  • Redux Persist ^6.0.0
  • Async storage ^1.22.3