Skip to content

Commit b83a929

Browse files
authored
docs(ios, use_frameworks): clarify which parts of react-native work and which do not (#6597)
* docs(ios, use_frameworks): clarify which parts of react-native work and which do not Came up in mikehardy/rnfbdemo#15 * Update docs/index.md Suggestion from @Bilal-Abdeen
1 parent 769bb2b commit b83a929

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,13 @@ To use Static Frameworks on iOS, you also need to manually enable this for the p
135135
$RNFirebaseAsStaticFramework = true
136136
```
137137

138-
> 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!
138+
> Notes: React-Native-Firebase uses `use_frameworks`, which has compatibility issues with Flipper, Hermes & Fabric.
139+
>
140+
> **Flipper:** `use_frameworks` [is _not_ compatible with Flipper](https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2924919). You need to disable Flipper by commenting out the `:flipper_configuration` line in your Podfile.
141+
>
142+
> **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 `use_frameworks` with Hermes, make sure you have set static linkage with `use_frameworks! :linkage => :static`.
143+
>
144+
> **New Architecture:** Fabric is not compatible with `use_frameworks!`. Community support to help fix `use_frameworks` support for New Architecture is welcome!
139145
140146
### 4. Autolinking & rebuilding
141147

0 commit comments

Comments
 (0)