React Native Starter Free Free React Native Template
Changelog
[3.2.4]
Updated
- react-native: 0.72.2 -> 0.73.1
- react-native-vector-icons: 6.6.0 -> 10.0.3
- "@react-native/eslint-config": 0.72.2 -> 0.73.1
- "@react-native/metro-config": 0.72.9 -> 0.73.2
- "babel-jest": 29.2.1 -> 29.6.3
- "jest": 29.2.1 -> 29.6.3
- "prettier": 2.4.1 -> 2.8.8
- "@types/react": 18.0.24 -> 18.2.6
Added
- "@react-native/babel-preset": 0.73.18
- "@react-native/typescript-config": 0.73.1
[3.2.3]
Updated
- deprecated-react-native-listview: 0.0.6 - 0.0.7
- @react-native-community/toolbar-android: 0.1.0-rc.2 - 0.2.1
- react: 16.9.0 - 18.2.0
- react-native: 0.63.1 - 0.72.2
- react-native-reanimated: 1.8.0 - 1.13.4
- redux: 4.0.1 - 4.2.1
- @babel/core: 7.5.0 - 7.20.0
- @babel/runtime: 7.5.0 - 7.20.0
- babel-jest: 24.1.0 - 29.2.1
- eslint: 5.9.0 - 8.19.0
- jest: 24.1.0 - 29.2.1
- metro-react-native-babel-preset: 0.51.1 - 0.76.7
- prettier: 1.16.1 - 2.4.1
- react-native-modal-dropdown: 0.7.0 - 1.0.2
- lodash: 4.17.13 - 4.17.21
- moment: 2.24.0 - 2.29.4
Added
- @react-native-async-storage/async-storage: 1.19.0
- @babel/preset-env: 7.20.0
- @react-native/eslint-config: 0.72.2
- @react-native/metro-config: 0.72.9
- @types/react: 18.0.24
- @types/react-test-renderer: 18.0.0
- eslint-plugin-import: 2.27.5.
[3.2.2]
Features
- Add blog link to the drawer.
- Add Blog/Login images to Pages.
Fixed
- Fixed indents of Components page.
- Fixed bottom nav bar on IOS devices.
- Fixed touchable spacing of top nav Arrow/Burger button.
[3.2.1]
Update some libs
[3.2.0]
Added Blog page, and single post view, connected to wp rest API
[3.1.0]
Added dynamic color variable for the drawer, updated themes.
[3.0.0]
Added brand new Drawer navigation, updated react-navigation.
[2.2.0]
Added new modern charts, updated libraries, updated legacy lifecycle methods.
[2.1.1]
General project and dependencies QA
[2.1.0]
Bug fixes and libraries update.
[2.0.0]
It's a huge update that doesn't have a backward compability with the 1.x version because we totally rebuilt the RNS from the ground.
New Features
- Removed Expo and transitioned to native projects, because of lots of restrictions that expo adds to your projects.
- Added Plop generator for easy deveopment.
- Added support for unit testing with Jest and Enzyme.
- Added support for e2e testing with Detox.
- New modular architecture that will help you speed up the applications development.
- Lots of performance improvements in comparison with v1.0.0
- Removed eslint styling rules in favour of prettier.
- Added new documentation at https://docs.reactnativestarter.com/
- CI/CD compatibale project
- Lots of new fixes and improvements
[1.1.0]
Fixed
- Navigation header issue
Updated
- Updated React Navigation to version 3.0.0
- Updated all the libraries to latest versions
- Added Prettier