Skip to content

Releases: ngocle2497/BoilerplateReactNative

1.74.5

11 Aug 13:55
8f24500
Compare
Choose a tag to compare

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

02 May 17:51
Compare
Choose a tag to compare

Fix xcode build status 127 ( see README.MD)
Add privacy info
Update RN to 0.73.8

1.72.14

04 Nov 06:30
Compare
Choose a tag to compare

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

14 Sep 14:32
Compare
Choose a tag to compare
  • Add support bun
  • Update bootsplash version

1.72.6

08 Sep 07:43
Compare
Choose a tag to compare
  • 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

20 Dec 14:25
Compare
Choose a tag to compare
  • Add support code push with env( powered by react-native-dotenv)
  • Now react-native-config only use on native side

1.70.22

13 Dec 01:41
Compare
Choose a tag to compare
  • 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

27 Sep 03:14
Compare
Choose a tag to compare

Update RN 0.70.1

1.68.9

11 Jul 16:22
Compare
Choose a tag to compare
  • 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

1.68.5

08 Jun 04:15
Compare
Choose a tag to compare
update version