Skip to content

Commit 6099833

Browse files
committed
fix: vale issues
1 parent 735dfa9 commit 6099833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.
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.
3232

3333
:::note
3434
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

Comments
 (0)