Skip to content

Commit

Permalink
docs(ios, use_frameworks): clarify which parts of react-native work a…
Browse files Browse the repository at this point in the history
…nd which do not

Came up in mikehardy/rnfbdemo#15
  • Loading branch information
mikehardy authored Oct 9, 2022
1 parent 769bb2b commit 2d58579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ To use Static Frameworks on iOS, you also need to manually enable this for the p
$RNFirebaseAsStaticFramework = true
```

> Note `use_frameworks` [is _not_ compatible with Flipper](https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2924919). A fix was put in place in [react-native release 0.69.1](https://github.com/facebook/react-native/releases/tag/v0.69.1) that makes it work with and without Hermes. To use it with Hermes make sure you have set static linkage with `use_frameworks! :linkage => :static`. To use without Flipper, comment out the `:flipper_configuration` line in your Podfile. Community support to help fix `use_frameworks` support for New Architecture is welcome!
> Note: Flipper: `use_frameworks` [is _not_ compatible with Flipper](https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2924919). To use without Flipper, comment out the `:flipper_configuration` line in your Podfile. Hermes: A fix was put in place in [react-native release 0.69.1](https://github.com/facebook/react-native/releases/tag/v0.69.1) that allows Hermes to work with `use_frameworks!`. To use it with Hermes make sure you have set static linkage with `use_frameworks! :linkage => :static`. New Architecture: Fabric is not compatible with `use_frameworks!`. Community support to help fix `use_frameworks` support for New Architecture is welcome!
### 4. Autolinking & rebuilding

Expand Down

0 comments on commit 2d58579

Please sign in to comment.