Phạm Ngọc Thạch

Results 14 comments of Phạm Ngọc Thạch

Delete `android` and `ios` folder, run `react-native eject`, then `react-native link`. It worked for me.

Check if your EOL file is LF, if not change it to LF, save and apply patch ![image](https://user-images.githubusercontent.com/31266357/154928321-6d635f36-5c46-4fbc-b955-28be55acd054.png)

I fixed it in #452 and released in v3.5.1

I'm using Bluestacks 4 (v4.280.0.1022, 32-bit Android) and no Hyper-V (not available on Windows 10 Home)

Solution for my case is to ignore certificate. I update `OkHttpClient` inside `onCreate()` in `MainApplication.java`, credit to [this gist](https://gist.github.com/preethamhegdes/fcab7bced52bf2520994ce232f2102ed) ```java @Override public void onCreate() { super.onCreate(); OkHttpClientProvider.setOkHttpClientFactory(() -> { OkHttpClient.Builder...

I'm using it in production, work well on Android and iOS ``` "react-native": "0.67.4", "react-native-code-push": "^7.0.4", ```

> Each item must include a unique `key` property or `keyExtractor` must be implemented to ensure full functionality I just made it working after read [that note](https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/SwipeListView.md)

Hi @ammarahm-ed, I published Flipper plugin for this library, you can add it to somewhere in your document website. - [React Native package](https://github.com/pnthach95/rn-mmkv-storage-flipper) - [Flipper desktop plugin](https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage) ![demo](https://github.com/pnthach95/rn-mmkv-storage-flipper/raw/main/docs/example.gif)

> > add this to your package.json > > ``` > > "resolutions": { > > "react-native-redash": "16.1.1" > > }, > > ``` > > > > and use...

> I had the same error but in a different situation when I upgraded from vision-camera 2 to 3. It was also looking for the VisionCamera.modulema, I checked and the...