Anton Baldin
Anton Baldin
Got the same, and the only workaroud I found is to set renderAheadOffset prop: `renderAheadOffset={dimensions.height}`
Here is an error message I'm getting (which is being fixed by this PR): ``` Undefined symbols for architecture arm64: "_OBJC_CLASS_$_RCTEventEmitter", referenced from: _OBJC_CLASS_$_CleverTapReactEventEmitter in CleverTapReactEventEmitter.o "_OBJC_METACLASS_$_RCTEventEmitter", referenced from: _OBJC_METACLASS_$_CleverTapReactEventEmitter...
If libraries that cause these errors are listed in `android/app/build.gradle` in `dependencies` - remove them. I've had to remove just this one: ``` dependencies { ... // implementation project(':@react-native-community_netinfo') ......