Skip to content

Commit 285daaf

Browse files
committed
docs: fix migration guide
1 parent 67a179d commit 285daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Also, the dependency is made optional now, so if you don't want to use the image
4444
The `react-native-quick-sqlite` package has been replaced with `op-sqlite`. This is a faster alternative, and can help us with our new architecture endeavors.
4545

4646
:::note
47-
For React Native version 0.64 and above, you need to install version `>=9.3.0` of the `op-sqlite`.
47+
For React Native version 0.74 and above, you need to install version `>=9.3.0` of the `op-sqlite`.
4848
:::
4949

5050
You can replace it by running the following commands:

0 commit comments

Comments
 (0)