Yogesh Solanki

Results 17 comments of Yogesh Solanki

ADD pointerEvents="none" prop in View

@inokawa bro i updated html code if you have solution please give me here ```const transform = async (args /* TODO */) => { const res = await bundle(filename, metroOptions);...

> Are you using new arc? Yes using latest version react native 0.76.5 with new arch enabled

@Okelm i think both methods are not required because. `enable` is for IOS only and for `IsAndroid ` i am directly using `Platfrom.OS` ok let me check again all code...

ok yes enable method is missing let me add ` RCT_EXPORT_METHOD(enable : (BOOL)enabled) { AVAudioSession *session = [AVAudioSession sharedInstance]; [session setCategory:AVAudioSessionCategoryAmbient error:nil]; [session setActive:enabled error:nil]; } `

Yes currently i am checking how to apply new arch support in mac os and windows so i will update patch again with windows changes

for now if you want to use with new arch you can use below command `npm i https://github.com/SolankiYogesh/react-native-splash-screen#master`

bruh you forgot to install pods with `cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install ` everything is completely working i am using in production app with new arch support

Sure ``` { "name": "", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "watchman watch-del-all && react-native start --reset-cache", "test": "jest", "postinstall":...