Bardiamist

Results 57 comments of Bardiamist

Faced with same issue ![image](https://user-images.githubusercontent.com/22082342/181493275-d5497024-d880-4b42-826d-732756037d0d.png) 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?

Hmm in my implementation seems `scrollResponderScrollNativeHandleToKeyboard` works wrong sometime in React native 0.63.x. Need to investigate more.

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...

I want to use only `expo-local-authentication`. Is it necessary to increase iOS version from `9.0` to `10.0`?