-
Notifications
You must be signed in to change notification settings - Fork 607
Open
Description
How frequently does the bug occur?
Always
Description
I am creating fresh app and install newest versions of realm an realm-react:
- "@realm/react": "^0.11.0",
- "realm": "^20.1.0"
When I start using it I see plenty of errors connected with initRealm
from RealmProvider
. Method progress
which was removed in in 20.X version is invoked in this provider.
Is there any "@realm/react" version in npm that is compatible with realm 20.X?
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
20.2
What services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
Android, IOS
Build environment
No response
Cocoapods version
No response
badaz