Manuel Labarca

Results 2 comments of Manuel Labarca

I have this problem with notification permission when i upgrade to react native 0.73.4. I have this: `if (Platform.OS === "android" && deviceAPiLevel >= 33) { try { await PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.POST_NOTIFICATION);...

How to wrapper App.js but work the other components ?