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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ 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
32
32
-
:::note
33
-
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.
34
-
:::
33
+
:::note
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.
35
+
:::
35
36
36
37
### Known issues and limitations
37
38
38
-
- The cameraroll is not compatible with the image resizer on new architecture, so we suggest using native image picker for now. You can read [the guide](./native-image-picker.mdx) here.
39
-
- The audio recorder is not compatible with the new architecture, so you might face some issues while recording the audio and playing it using `react-native-audio-recorder-player`. We are working on it to fix the issues.
40
-
- The image gallery animations behaves differently and seem to be a bit laggy on the new architecture specially when you use the pan gesture to drag down the image. We are working on it to fix the issues.
39
+
- The audio recorder is not fully compatible with the new architecture, so you might face some issues while recording the audio and playing it using `react-native-audio-recorder-player`. We are working on it to fix the issues.
40
+
- The image gallery animations behaves differently and seem to lag a bit on the new architecture specially when you use the pan gesture to drag down the image. We are working on it to fix the issues.
41
41
42
42
Please feel free to report any issues you face while using the new architecture.
0 commit comments