Does RealmJS currently support React Native 0.60 and above?
Unable to build ios project with realm 3.2.0 integrated on React-Native v0.61.2.
Error:
node_modules/realm/react-native/ios/RealmReact/RealmReact.mm:27:9: 'React/RCTBridge+Private.h' file not found
Environment:
React Native: 0.61.2
React: 16.9.0
Realm-js: 3.2.0
The project builds successfully and runs on an iOS device without any Realm DB issues.
Existing app functions without any errors with the realm DB.
The app crashed at the launch on the iPad. Below is the error:
React/RCTBridge+Private.h file not found in node_modules/realm/react-native/ios/RealmReact/RealmReact.mm:27:9
Build fails with the above-mentioned error.

Please take a look at #2554. It is not completely done yet but you are welcome to help us iterate faster.
RealmJS.xcodeproj to project$(SRCROOT)/../../../ios/Pods/Headers/Public recursive in RealmReact.xcodeproj Header Search Paths
Most helpful comment
RealmJS.xcodeprojto project$(SRCROOT)/../../../ios/Pods/Headers/PublicrecursiveinRealmReact.xcodeprojHeader Search Paths