You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/reactnative/guides/new-architecture.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Few of the dependencies we rely on are not fully new architecture compatible yet
28
28
29
29
1.`react-native-audio-recorder-player` and `react-native-video` work on interop mode.
30
30
2.`react-native-document-picker` doesn't support the bridgeless mode. Please use [`@react-native-documents/picker`](https://react-native-documents.github.io/docs/sponsor-only/intro) if you want the bridgeless mode. You can register your own native handler with us using our [Native Handler](../customization/native-handlers.mdx) guide.
31
-
3.`@react-native-camera-roll/camera-roll` doesn't work alongside the Image Resizer module that we have. We recommend using the native image picker for now. You can read [the guide](./native-image-picker.mdx) here.
31
+
3.`@react-native-camera-roll/camera-roll` doesn't work alongside the Image resizer module that we have. We recommend using the native image picker for now. You can read [the guide](./native-image-picker.mdx) here.
32
32
33
33
:::note
34
34
Although the above dependencies are not fully compatible with the new architecture, you can still use them in your project. They doesn't stop you from building the app on both iOS and Android.
0 commit comments