Results 12 comments of Timur

I have the same issue.. when I modify local state, it messes up the scroll index and also the dynamic heights if I use forceDeterministicRendering and don't set a dim.height...

you can add scrollEnabled: false in the scrollViewProps ``` ```

What do you mean it's not working.. It works for me..

@shqld I'm using your fork in my package.json like this: "react-native-mock": "https://github.com/shqld/react-native-mock/tarball/master", but when I install everything, I'm still missing the build directory, and cant seem to build it using...

@andymass you are right, it is not considered valid html, but browsers still allow them, and they are very common in js frameworks like react and angular. So for example:...

@andymass This is what I mean. If you look at the screenshot the self closing div is matching with the wrong div. It matches with the closing parent div. And...

@abhishekjinxed Did you ever figure out what that issue was? I'm getting the same thing..

I ended up creating my own modal with react-native-reanimated. Sorry, I can't help you.. Unless @gitrthanki1 can post something, we can close this.