Kieran Crown

Results 25 comments of Kieran Crown

Might want to post something more helpful that this... What errors specifically are you getting?

Reviving this old form, I've been MIA for a long while @mannyveloso I see you've done gods work here. Did you ever get anywhere with this?

Thanks for the response. Is there an example of what the example with the VPC might look like? Struggling to get this to work. I seem to be getting this...

I'd also like to see this implemented. Has there been any activity on this?

No this still isn't working for me on M1 on Ventura. Let me completely remove the app and try again. It says no updates are available.

Was there any update on this is a fork more appropriate?

Also had the same issue. I'm holding out until the rest of my app is complete but if no solution has been found by then, I'll be looking to switch...

> 我解决了,流程如下 1.将babel.config.js改为以下格式 module.exports = { presets: [ 'module:metro-react-native-babel-preset', ], plugins: [ [ 'react-native-reanimated/plugin', { globals: ['__scanCodes'], }, ], ], }; 2.删除node_modules目录 3.yarn install 4.执行yarn start --reset-cache I followed your...

> Add this to your `babel.config.js` > > ``` > [ > 'react-native-reanimated/plugin', > { > globals: ['__scanCodes'], > }, > ] > ``` > > Make sure to clear...