Roman Pavlov

Results 6 comments of Roman Pavlov

@dl-husky73 As you can see this package utilizes [Animated lib](https://reactnative.dev/docs/animated). They [made setting `useNativeDriver` prop required](https://github.com/facebook/react-native/commit/5876052615f4858ed5fc32fa3da9b64695974238). So package owner should create corresponding prop in components. You can help by forking...

@kurtiscc I'm facing a bit different issue, but probably it's related. You can check if change from the PR resolves your issue. https://github.com/wix/react-native-navigation/pull/7675

@keithluchtel @otech47 I have the same problem. > ITMS-90338: Non-public API usage - The app references non-public symbols in sharekey dev: _FIPS_mode. The build is rejected by Apple and does...

> > By adding Openssl as an embedded framework as mentioned in my edited comment [#121 (comment)](https://github.com/margelo/react-native-quick-crypto/issues/121#issuecomment-1500592485) I was able to both build for release AND upload to testflight. >...

> By adding Openssl as an embedded framework as mentioned in my edited comment [#121 (comment)](https://github.com/margelo/react-native-quick-crypto/issues/121#issuecomment-1500592485) I was able to both build for release AND upload to testflight. > >...

> but the Release ones were missing a bunch of those so I added these 2: > > ``` > "${PODS_ROOT}/OpenSSL-Universal/Frameworks" > "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal" > ``` This fix worked for me...