muchobien / flipper-plugin-react-native-mmkv

Plugin to control react-native-mmkv from Flipper
https://github.com/muchobien/flipper-plugin-react-native-mmkv
52 stars 3 forks source link

IOS Support? #4

Open Mohamed-kassim opened 2 years ago

Mohamed-kassim commented 2 years ago

the plugin is unavailable on ios, still not supported?

KROSF commented 2 years ago

@Mohamed-kassim yeah it works with Ios

Mohamed-kassim commented 2 years ago

Not working for me iPad Pro (9.7-inch) simulator react-native 0.67.2 MMKV shows in disabled section in flipper but works with android @KROSF

KROSF commented 2 years ago

works for me,

image

i've had the same problem before, try to update to latest flipper version

Mohamed-kassim commented 2 years ago

Flipper on version 136.0 in pods and react-native-flipper and also flipper app

Screen Shot 2022-03-01 at 4 02 01 PM
KROSF commented 2 years ago

@Mohamed-kassim i'll try to reproduce the error but first try this

KROSF commented 2 years ago

@Mohamed-kassim any updates ?

AkbarKhamid commented 1 year ago

I have the same problem

Versions:

sregg commented 1 year ago

Same here

Flipper Desktop (mac): 0.164 Flipper pod: 0.164 react-native-flipper: 0.164 react-native: 0.67.2 react-native-mmkv-flipper-plugin: 1.0.0 react-native-mmkv: 2.4.3

It works fine on Android (device and emulator) but not on iOS (device or simulator).

Here's the warning I see in the app:

The native module for Flipper seems unavailable. Please verify that `react-native-flipper` is installed as yarn dependency to your project and, for iOS, that `pod install` is run in the `ios` directory. 
image
tsdmrfth commented 1 year ago

I'm having the same problem

tconroy commented 1 year ago

Also having this problem. Was working fine on iOS until very recently (last week or so). Not sure what changed. Maybe flipper update broke it?

Any suggestions @KROSF ?

EDIT: Fixed it by ensuring my metro.config.js was set up correctly. It was excluding the flipper plugin.

pke commented 12 months ago

@tconroy how was it ignoring it? Did you put it in there yourself or is that the default?