Skip to content

Commit 735dfa9

Browse files
committed
docs: add new architecture guide
1 parent f89f117 commit 735dfa9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.styles/Vocab/Base/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ loadMore
5959
pollAnswers
6060
enum
6161
SendMessage
62+
interop
63+
bridgeless
64+
resizer

docusaurus/docs/reactnative/guides/new-architecture.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Few of the dependencies we rely on are not fully new architecture compatible yet
2828

2929
1. `react-native-audio-recorder-player` and `react-native-video` work on interop mode.
3030
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.
3132

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+
:::
3536

3637
### Known issues and limitations
3738

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.
4141

4242
Please feel free to report any issues you face while using the new architecture.

0 commit comments

Comments
 (0)