amutsch

Results 13 comments of amutsch

@dilipkrish I see there is an examples repo located at https://github.com/springfox/springfox-demos. Are there more examples you think are needed. I'm trying to help where I can while learning Springfox so...

@dagnelies I will see what I can fit in this week. With Holidays approaching time is a little lighter. @dilipkrish I'll start putting a sample together for addition to the...

What are you using to bundle your web, I am using this in my web project without RN-Web so I am assuming the addition of RN web is irrelevant, it...

here is my extension resolution order on my web project config.resolve.extensions = ['.web.ts', '.ts', '.web.tsx', '.tsx', '.mjs', '.web.js', '.js', '.web.jsx', '.jsx']

I had RN-web based project at one point, I ripped it out as I didn't want it but I share significant code. I made the changes that allow react-native-mmkv to...

> > (NOBRIDGE) ERROR Error: Failed to create a new MMKV instance: The native MMKV Module could not be found. > > > > * Make sure react-native-mmkv is correctly...

I'm planning to take a look at this issue and test it this weekend, I reviewed code tonight and the fix seems straight forward. Quick summary of items. There are...

Looks like separating the interfaces to disconnect pulling in react-native is not currently possible due to some issues in codegen. I'll hold my changes to a future date where codegen...

@gituser8796 , no the lib still works great in web. With 2.x a web build did not require react-native-web to build with this lib. With 3.x react-native-web alias is required...

@mrousavy I have changes but until some changes occur in react native codgen we are stuck. I will open a new issue with pr if codegen updates to support this.