gentlee
gentlee
**Describe the bug** After upgrading React Native from 0.63.4 to 0.66 android project does not compile, showing the error: ``` Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all...
Different keyboard shown for same keyboardType 'numeric' (and some others) for TextInput and TextInputMask on Android.
Fix Issue #243
Lets say we have usersReducer that stores only current user: ```typescript export type UsersState = { currentUserId: string; profiles: Record; }; export const usersReducer = persistReducer({ key: 'users', throttle: 5000,...
 ``` "react-native": "0.69.3", "react-native-youtube": "2.0.2", ```
## 🐛 Bug Report I can't get Hermes debugger working - it is unavailable. Got **"Device plugin 'Hermes Debugger (RN)' is not supported by the selected device**". Created multiple emulators...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour App is not responding most of the time, mouse is spinning....
If image is used in multiple places, base64 will be duplicated in each place where it is used, so file is much bigger than it could be. This can be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue After upgrading from 0.18.4 to 0.19.8 version (and tried other...