Stephen
Stephen
Updated starts value for react-native-hole-view
Hello guys and thank you for Realm! ## Goals In my project, I have two instances of RLMRealm - primary and secondary and I have instances of Foo-object in both...
https://github.com/madsleejensen/react-native-image-capinsets/issues/19
Hi and thank you for your amazing library! it was unable to use this lib with files like 'file:///data/user/0/com.eofinance/cache/ReactNative-snapshot-image2146683742921663754.png' So I made a small fix: https://github.com/madsleejensen/react-native-image-capinsets/pull/18 Please, merge it ASAP,...
This package is no more than `InteractionManager.runAfterInteractions` - all callbacks still run on js-thread all other RN-logic runs on. For real multithreaded RN-code you need to start new js-thread (with...
Realm+Json still want to use old Realm version, while version in podspec looks OK. Anyone else faced this problem?  upd: now cocoapods links...
Thanks to everyone who contributes to this important library! We’ve found that attempting to download a base64 image on iOS triggers `onShouldStartLoadWithRequest`, but on Android nothing happens. This PR fixes...
First of all, thank you for this amazing model - it works incredibly well and covers almost all our needs for UI testing. I’m wondering if you have any plans...