mydesweb
mydesweb
### Current behavior The FirstRoute is rendered 3 or 5 times on initial mount. Why so many? Just add a console.log in FirstRoute render method. Possible this issue exists only...
If we wrap the BigList component with SafeAreaProvider or using react-navigation every list Item is rendered multiple times. Please check this snack [https://snack.expo.dev/@mydesweb/safeareaissue](https://snack.expo.dev/@mydesweb/safeareaissue) This is bad since it is a...
When I wrap any List with SafeAreaProvider the list Items are rendered multiple times. Please check this snack [https://snack.expo.dev/@mydesweb/safeareaissue](https://snack.expo.dev/@mydesweb/safeareaissue) . 1. Open the code from your device 2. Check the...
I have configured this library as described in documentation and I see this Warning Assigning to 'id _Nullable' from incompatible type 'AppDelegate *const __strong' after adding Inside didFinishLaunchingWithOptions `// Define...
### Current behavior onPress inside screen content which is nested inside a Modal Stack is not working * onPressIn and onPressOut are working * onPress inside screen header is working...
### Why it is needed? Modal component has a property `statusBarTranslucent ` which works, but there is no option to control the Navigation bar.. there is any way to make...
### How frequently does the bug occur? Always ### Description I obtain the token as described here [Login Manager with Limited Login + Authentication Token](https://github.com/thebergamo/react-native-fbsdk-next?tab=readme-ov-file#login-manager-with-limited-login--authentication-token) then call `logInWithFacebook(authenticationToken)` I receive...
node_modules/react-native-mmkv-storage/android/src/main/java/com/ammarahmed/mmkv/RNMMKVModule.java:61: Error: This declaration is opt-in and its usage should be marked with @com.facebook.react.common.annotations.FrameworkAPI or @OptIn(markerClass = com.facebook.react.common.annotations.FrameworkAPI.class) [UnsafeOptInUsageError from androidx.annotation.experimental] CallInvokerHolderImpl jsCallInvokerHolder = (CallInvokerHolderImpl)reactContext.getCatalystInstance().getJSCallInvokerHolder(); Explanation for issues of type...
When calling `verifyToken` I receive **Error fetching Json Web Keys: The JWKS endpoint did not contain any signing keys** on my local machine, the token is obtained as described here...
When running npx react-native-asset nothing happen and I see these warning, In the past everything was just fine. ``` npm warn Unknown env config "version-git-tag". This will stop working in...