https://github.com/aamnah/react-native-bootstrap
https://github.com/aamnah/react-native-bootstrap
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aamnah/react-native-bootstrap
- Owner: aamnah
- Created: 2020-08-01T16:23:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:03:17.000Z (over 3 years ago)
- Last Synced: 2024-12-05T19:13:32.011Z (over 1 year ago)
- Language: Java
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap for React Native projects
[GIST](https://gist.github.com/aamnah/4cd9f92bde643840939dcd8ffba7eed1/)
Following are the packages and configs that i use almost every time, so combining them here as a gist for quick reference. May even make a Bash script out of it at some point
- Typescript support
- React Navigation
- Redux and Redux Toolkit
- Styled Components
- ESLint config (sorted import statements, don't overwrite Prettier rules)
- Prettier config
- Tyepscript config ([custom path mapping](https://reactnative.dev/docs/typescript#using-custom-path-aliases-with-typescript))