Clean and minimalist React Native template for a quick start with TypeScript.
- Elegant usage directly within the React Native CLI
- Consistent with the default React Native template
- Minimal additional dependencies
npx react-native init MyApp --template react-native-template-typescript
yarn tools:rename <new_app_name_here>
- `yarn tools:set-icon
You can go to Android Assets Studio to get more important assets
- package.json
- metro
- react-native.config.js
- feature flags
- error handling
- patches
- assets
- relative paths - jak to maja rozwiazane
- https://github.com/mikehardy/jetifier
- storybook
- make adjustments to app icon generation
- add splash screen generator
- implement exception handler: https://github.com/a7ul/react-native-exception-handler
- https://medium.com/@rossbulat/react-native-working-with-error-boundaries-2ac213977383
- https://github.com/beplus/makeicon
- add splash screen React Native implementation
- i18n
- react-native-easy-icon?
- https://github.com/NewBieBR/react-native-normalize
- https://github.com/dwmkerr/app-icon#readme
- https://github.com/fxcosta/react-native-typescript-template publishing directory
- https://github.com/szhigunov/react-native-npm-version - versioning
- kill packager: https://github.com/livioso/react-native-kill-packager/blob/master/index.js
- config
- generators
- components: https://github.com/diegohaz/generact
- https://github.com/IjzerenHein/react-native-bundle-visualizer
- https://github.com/jsoendermann/react-native-async-storage-dev-menu-item
- how to add something to dev-menu-item?
- https://github.com/lucasbento/react-native-actions
- https://github.com/lfkwtz/react-native-ruler
- https://builderx.io/
- https://storybook.js.org/
- https://rnplay.org/
- https://www.decoide.org/
- https://engineering.tableau.com/react-native-performance-learnings-85f47ba38acb
- https://dev.to/witalobenicio/smaller-and-faster-react-native-apk-1een?utm_campaign=React%2BNative%2BNow&utm_medium=web&utm_source=React_Native_Now_69
- https://reactnative.dev/docs/animations
- Lottie - https://github.com/react-native-community/lottie-react-native
- react-native-animatable - https://github.com/oblador/react-native-animatable
- react-native-reanimated - https://github.com/software-mansion/react-native-reanimated
- react-navigation-shared-element
- react-native-shared-element
- pose - https://popmotion.io/pose/learn/native-get-started/
- react-spring - https://www.react-spring.io/
- https://wcandillon.gitbook.io/redash/
- https://www.youtube.com/watch?v=IdVnnIkNzGA
- https://blog.swmansion.com/controlling-and-customizing-animations-in-reanimated-2-cee2d5d21285
- https://blog.swmansion.com/reanimated-2-events-5bf09d1c8678
- https://blog.swmansion.com/shared-values-in-reanimated-2-af0cb4ffe24
- https://blog.swmansion.com/introducing-reanimated-2-752b913af8b3