Skip to content

Releases: zoontek/react-native-bootsplash

6.3.2

25 Nov 09:00
c2c69a6
Compare
Choose a tag to compare
  • Upgrading @expo/config-plugins to 9.0.0

6.3.1

12 Nov 12:56
eef2206
Compare
Choose a tag to compare
  • Fix a crash of the expo plugin when the assets/bootsplash directory is polluted with .DS_Store files
  • Display a more friendly error when the expo plugin is ran without running the assets generation first.

6.3.0

11 Nov 18:45
a6dda7b
Compare
Choose a tag to compare
  • Add react-native-bootsplash generate CLI command (in parallel to react-native generate-bootsplash), for environments that doesn't have @react-native-community/cli-* installed, like Expo 52 (see RFC0759: React Native Frameworks)

6.2.6

29 Oct 12:32
06e4a86
Compare
Choose a tag to compare

6.2.5

27 Oct 22:44
841d988
Compare
Choose a tag to compare
  • Skip some assets generation steps if AndroidManifest.xml or styles.xml are missing for a given flavor (closes #640)
  • Fix another issue with react-native-is-edge-to-edge module resolution on new architecture (metro always resolves the browser package.json entry instead of main or module - even when targetting iOS or Android)

6.2.4

27 Oct 20:06
8daaebb
Compare
Choose a tag to compare
  • Fix an issue with react-native-is-edge-to-edge module resolution on new architecture (compared to old architecture, it doesn't seem to resolve dependencies platform extensions, like *.android.js)

6.2.3

23 Oct 17:08
4317aff
Compare
Choose a tag to compare
  • Bump react-native-is-edge-to-edge to 1.0.0

6.2.2

15 Oct 19:55
4cda1f9
Compare
Choose a tag to compare
  • Bump react-native-is-edge-to-edge to 0.1.2

6.2.1

15 Oct 15:44
4c50bf4
Compare
Choose a tag to compare
  • Bump react-native-is-edge-to-edge to 0.1.1

6.2.0

13 Oct 15:40
0c2953f
Compare
Choose a tag to compare
  • Migrate the Android codebase to Kotlin.
  • Add images size validation for Expo projects to warn about potential cropping issues (before, it was only for the bare workflow).
  • Ignore the statusBarTranslucent and navigationBarTranslucent options within useHideAnimation when react-native-edge-to-edge is installed.