Bartłomiej Klocek
Bartłomiej Klocek
# Why # How # Test Plan # Checklist - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with...
- The picker is not working on Android - The react-native-gesture-handler displays a warning about using the old API. Need to migrate it to use the new one
Update all dependencies not managed by `expo upgrade`
### Topic and scope of discussion I think that the hooks would gain much from the latest TypeScript 4.0 - return type hints would be much more readable. ### Motivation...
try fix keyserver docker
# Why AES encryption/decryption is a common use case, and all platforms supported by Expo have native APIs for it. # How Used native implementations for each platform: - iOS:...
# Why Follow up #41404 In addition to accepting ArrayBuffers from JS as arguments, add possibility to create them in native code. Such native buffers are safe to use on...