Releases: obytes/react-native-template-obytes
Releases · obytes/react-native-template-obytes
v2.1.0
🚀 Features
- New environment variables setup with validations and type checking
📄 Docs
- New Docs for environment variables
👀 Commits
v2.0.2
🚀 Features
- Use default selector for auth module
- Add flipper config
- Add test workflow to PR validation
📄 Docs
- Add internationalization docs
- Fix create new app command
👀 Commits
- ci: update checkout version 58b21c0
- fix: fix ci test command ada8a58
- ci: add running test to pr validation 7fad6e0
- fix: fix localisation config for tests 3a54af8
- Merge pull request #118 from obytes/feat/flipper 5ee1943
- feat: add flipper support to obytes template f29902a
- docs: use latest create-obytes-app cli version on project init 0588ecf
- docs: fix auth example 3756d27
- feat: using selectors with Zustand stores as default 3ea04d7
- Merge pull request #116 from obytes/i18n_refactor 926feb0
- docs: internationalization docs 59acd22
- refactor: i18n refactoring a428829
v2.0.1
v2.0.0
What is new ?
- New CLI to create new project based on the template.
- Expo with custom dev client instead of react native cli based app.
- UI component with nativewind instead of restyle.
- New Demo app.
- New docs website starter.obytes.com
- New snippets to generate components and api hooks
- Unit testing setup
- 🔥🔥
v1.6.1
v1.6.0
- Upgrade to react native 0.68.1 🥳
- UI fixes
- Update project deps to the latest versions 🔥 :
np@7.6.1
react-native-clean-project@4.0.1
@hookform/resolvers@2.8.8
@react-navigation/bottom-tabs@6.3.1
@react-navigation/native@6.0.10
@react-navigation/stack@6.2.1
@shopify/restyle@2.1.0
i18n-js@3.9.2
react-hook-form@7.29.0
react-native-bootsplash@4.1.4
react-native-flash-message@0.2.1
react-native-localize@2.2.1
react-native-mmkv@2.3.1
react-native-reanimated@2.7.0
react-native-safe-area-context@3.4.1
react-native-screens@3.13.1
react-native-svg@12.3.0
react-query@3.34.19
yup@0.32.11
zustand@3.7.2
v1.5.1
v1.5.0
- Update template to RN67.1
- Upgrade to react-native-bootsplash v4
- Upgrade to react-native-mmkv v2
- Update Project deps
- Add xcode script
- Update application name to ObytesApp to prevent updating links in the readme file
v1.4.1
V1.4.0
- Upgrade to RN66
- Updates libraries to the latest version
- Update to
react-navigation
6 - Fix
react-native-mmkv
linking issue. - Add more components
- Add GitHub workflows to build and distribute apps using Github actions