Skip to content

Commit c0b5e5c

Browse files
committed
docs(CHANGELOG): more specifics on use_frameworks compatibility and Expo instructions
Many thanks to @Kudo for the pointer on expo-build-properties, and the use_frameworks PRs!
1 parent 86bcb2e commit c0b5e5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020
### BREAKING CHANGES
2121

22-
1) ALL iOS: firebase-ios-sdk now requires `use_frameworks!` in your Podfile and Xcode 13.3+
22+
1) ALL iOS: firebase-ios-sdk now requires `use_frameworks!` in your Podfile and Xcode 13.3+. Note that
23+
use_frameworks is not yet compatible with Hermes, Flipper, React Native New Architecture, or react-native 0.69.0.
24+
Each of these is being worked on (follow [react-native 0.69 PR](https://github.com/facebook/react-native/pull/34011), [Hermes PR](https://github.com/facebook/react-native/pull/34030)) but for now you need react-native 0.68.2 or below, and you must disable hermes and flipper. **Expo users** should use [expo-build-properties](https://docs.expo.dev/versions/v45.0.0/sdk/build-properties/#pluginconfigtypeios) + Expo SDK45 to turn on use_frameworks in dynamic mode.
2325

2426
2) Storage(customMetadata): android works like web+iOS now: customMetadata if passed in will be
2527
updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata

0 commit comments

Comments
 (0)