Bardiamist
Bardiamist
Faced with same issue  Will `firebase.json` ``` { "react-native": { "google_analytics_adid_collection_enabled": false } } ``` work instead of ``` ``` ? Of course with ``` ```
>It's possible that the TestFlight team interprets that font like you're trying to use them inside the native app instead inside a webview? Should be yes. But other developers started...
>valid according by Apple I don't know why Apple thinks this files is not supported. >@Bardiamist can you please check suggestion from https://stackoverflow.com/questions/64348482/itms-90853-invalid-font-on-testflight-external-testing? I tried to use this CR8 Software...
Now I just removed both files. Where is using that fonts?
Nothing helped. Want to see home widget preview.
Hmm in my implementation seems `scrollResponderScrollNativeHandleToKeyboard` works wrong sometime in React native 0.63.x. Need to investigate more.
Same issue on `rvm install 2.7.5` on macOS 12.5
Tried @Augustach's workaround in React native 0.68.2 ``` BaseApplication application = (BaseApplication) getApplication(); ``` can't cast `Application` to `BaseApplication` by some reason. So I used MainApplication. Looks it works even...
Faced with it
I want to use only `expo-local-authentication`. Is it necessary to increase iOS version from `9.0` to `10.0`?