Raymond Cox

Results 9 comments of Raymond Cox

> I think in the best interest of RN community would be that your mmkv library and react-native-mmkv-storage merge into 1 library, since they wrap the same storage and have...

I meant no offense mate. I ended up digging through the implementation/code thoroughly before choosing your library. I've spent the last hour implementing your migration script (https://github.com/mrousavy/react-native-mmkv/issues/52#issuecomment-919890532), and refactoring the...

For those still encountering this issue, here's the patch solution: react-native-app-intro-slider+4.0.4.patch ``` diff --git a/node_modules/react-native-app-intro-slider/dist/index.js b/node_modules/react-native-app-intro-slider/dist/index.js index 0935c97..9ca160e 100644 --- a/node_modules/react-native-app-intro-slider/dist/index.js +++ b/node_modules/react-native-app-intro-slider/dist/index.js @@ -18,8 +18,8 @@ class AppIntroSlider extends...

If you're using react navigation, I implemented it this way: https://reactnavigation.org/docs/navigating-without-navigation-prop

Same issue here, same exact setup. Will continue digging and report back if I find anything. EDIT: Try changing `metro.config.js` to the following: ``` module.exports = { transformer: { getTransformModulePath:...

> @slhck @Raymond-Cox any solution to this? What happened when you changed metro.config.js file to what I suggested?

@tastyqbit Could I see an example of how you're implementing the function from your Pull Request? I know this fix will work for me, because if I manually insert 26...

@tastyqbit I didn't realize your PR was to your fork, not the main repo. After switching to your fork can confirm this works. Thanks mate!

Just chiming in here, I also dislike the new color theme as a Javascript dev. My eyes have a hard time visually parsing keys in objects now. I'm sure I'll...