-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to BSON v5 #6018
Comments
Sorry if I do not open a new issue, but mine is a little bit related. I have a RN project where I had an issue with the realm / BSON import statements (like this one Since I am using BSON only for UUID, can I use any other library to define the UUID fields in my schema as I read on BSON's Jira that RN is not clearly supported ? Because right now, I had to downgrade to v4.x and then also downgrade Realm to v10.x. |
@LiohAu You can import
Currently you we only store BSON types, but you can use another library and transform it to a string, if that's desired. |
Closing this issue in favour of #6561 |
Currently, upgrading
bson
to v5 causes the integration tests to fail inreact-native
. It's probably due to some polyfills needing to be implemented. We should investigate what is needed to be done here in order to stay up to date with the current updates to thebson
package.The text was updated successfully, but these errors were encountered: