Masafumi Mori

Results 8 comments of Masafumi Mori

@CodyJasonBennett Thanks for answering my issue above. And just so you know, the basic starter you created works fine but if I switch to files downloaded from web sites like...

Just for people like me who encounter the same issue after running `expo init my-app --template expo-template-native-base` as @stdavis mentioned, directly modify index files in "node_modules/native-base/src/**" like in this PR....

@Qudusayo Thanks mate! I had the same issue and your solution magically solved it.

I created local dev environment following [this](https://docs.near.org/docs/tools/kurtosis-localnet). But I still get the same CORS policy issue. ``` Access to fetch at 'http://127.0.0.1:8332/' from origin 'http://localhost:3000' has been blocked by CORS...

@sriharikapu I am facing the same [issue](https://github.com/ChainSafe/dappeteer/issues/111) with ChainSage/dappeteer. Could you explain a bit more about the workaround for this? I would appreciate your help :)

@felipejh Did you find any libraries for RN?

I don't think you can fix this on your code basis. It is rather an issue of the library. This PR should fix the issue as it includes [this commit](https://github.com/1000ship/react-scroll-motion/pull/37/commits/054b587a0d85c964a18347b949efa9dc26df0cfd).

I have the same issue... Did you figure it out?