Releases: ngocle2497/BoilerplateReactNative
Releases · ngocle2497/BoilerplateReactNative
1.75.1
BREAKING CHANGES:
- Upgrade to React Native 0.75.4
⤴️ - Update library version
⤴️ - Use react-navigation static router🔥
1.74.5
BREAKING CHANGES:
- Add Expo cli by default (Patched cli to work with appId) 🔥
- Add Expo dev client 🔥
- Upgrade to React Native 0.74.5
⤴️ - Use Yarn 3 by default 💁
- Update code base to fix sonaquobe issue 😘
- Move image, font, app icon to asset folder(same as bootsplash assets) 🤝
- Move functions to global declare 👣
- Remove unused functions 👋
1.72.38
Fix xcode build status 127 ( see README.MD)
Add privacy info
Update RN to 0.73.8
1.72.14
Breaking Changes
Removed:
🙌 Block, Text (old Text and Block component very useful when create screen, but their performance not pretty good(reduce 20% -> 30%).
🙌 react-native-config
🙌 Dropdown
🙌 Select
🙌 Skeleton
🙌 Comment Loading
🙌 react-navigation/stack
🙌 react-native-keyboard-manager
...
Adding:
🔥We drop-replacement View, Text with NativeText, NativeView.
🔥 Unistyle
🔥 react-native-keys
🔥 New design system
...
1.72.10
- Add support bun
- Update bootsplash version
1.72.6
- Move release-keystore to fastlane folder
- Add build_script to build fastlane
- Add guideline for gitlab CI Runner
- Fix android build release ( remove "release" folder in .gitignore
1.70.24
- Add support code push with env( powered by react-native-dotenv)
- Now react-native-config only use on native side
1.70.22
- Update RN 0.70.6
- Remove Native module ( use library instead )
- Update declare
- Use zod instead yup
- Remove TextField, update to TextInput
- Improve Image component
1.70.5
Update RN 0.70.1
1.68.9
- Multi app icon by env on IOS
- Add push notification to simulator IOS ( see package.json script)
- Add check type for ResponseBase
- Update version axios to fix upload formData with file
- Change login slice to authentication slice