Rob Soden
Rob Soden
on iOS, Images picked from the photo gallery contain all the necessary data, but images shot with the camera are missing important properties - namely sourceURL and filename. This is...
## Your Environment * Plugin version: 4.14.5 * Platform: iOS * OS version: 17.2.1 * Device manufacturer / model: iPhone 15 Pro * React Native version (`react-native -v`): 0.72.5 *...
I'm curious why `use_frameworks!` is required in our podfile for iOS integration. Adding this parameter disables Flipper in the latest react-native (which is pretty important) and also breaks several other...
The react-native-quick-sqlite package has been deprecated! https://github.com/ospfranco/react-native-quick-sqlite The maintainer recommends migrating to op-sqlite (https://github.com/OP-Engineering/op-sqlite) which is actively maintained and has some nice performance improvements. Because of your excellent work on...
I'm attempting to implement the react-native-quick-sqlite package and the replicache instantiation fails, throws the following warning: ``` WARN Possible Unhandled Promise Rejection (id: 1): Error: Did not resolve Error: Did...
This PR resolves a frequent "Unhandled promise rejection" warning from react-native-quick-sqlite - upgraded react-native-quick-sqlite to latest (8.0.4) - replaced deprecated `transactionAsync` call
### Describe the feature request? The `okta-auth-js` package allows for the configuration of a custom storageProvider in the case where cookies or browser storage are not available or not desired....