muchobien / flipper-plugin-react-native-mmkv

Plugin to control react-native-mmkv from Flipper

Home Page:https://github.com/muchobien/flipper-plugin-react-native-mmkv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOS Support?

Mohamed-kassim opened this issue · comments

the plugin is unavailable on ios, still not supported?

@Mohamed-kassim yeah it works with Ios

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

works for me,
image
i've had the same problem before, try to update to latest flipper version

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

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

commented

I have the same problem

Versions:

  • Flipper Desktop (mac): 0.166
  • Flipper pod: 0.167
  • react-native-flipper: 0.164
  • react-native: 0.68.2
  • react-native-mmkv-flipper-plugin: 1.0
  • react-native-mmkv: 2.4.3

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

I'm having the same problem

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.

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