emclab
emclab
Here is the picker code on React Native (0.64) Android:
**Describe the bug** import { Peer, BlockStore } from '@textile/ipfs-lite/core'; import { setupLibP2PHost, MemoryDatastore } from '@textile/ipfs-lite/setup/'; The import statements above causes path related error: [Tue May 19 2020 16:23:51.370]...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. start IOS emulator 2. In terminal, `npx react-native...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1.upgrade react-native-code-push from 7.0.5 to 8.0.1 2. 3. ###...
In react native 0.70.x app, the following code is used to upload a jpg image to OSS storage with a pre signed URL: ``` import ReactNativeBlobUtil from 'react-native-blob-util'; //dependency. v0.19.2...
In my react native 0.70.x app with react-native-blob-util 0.17.3, an image is saved to the cache after downloading over the internet, and was deleted as needed. However after performing `unlink`,...
The error pops up in my RN 0.66.3 app with macOS Big Sur/Xcode 13. One of the modules installed (not sure which one) in the app installed @codler/react-native-keyboard-aware-scroll-view as dependency...
To make the autocomplete working in Android, I added a wrapper with the style below: autocompleteContainer: { flex: 1, left: 0, position: 'absolute', right: 0, top: 100, //
My RN app is 0.62.2, ImageZoom is 2.1.12. The ImageZoom is going to zoom in images presented in Android emulator with [FastImage](https://www.npmjs.com/package/react-native-fast-image). Here is the code: return (
`pod install `throws error on Xcode 14/MacOS 12.5/M1/cocoapods 1.11.3: ``` RuntimeError - [Xcodeproj] Unknown object version (56). /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb:228:in `initialize_from_file' /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb:113:in `open' ``` Here the old version of xcodeproj 1.21.0 is...