fukemy

Results 878 comments of fukemy

@LSDsl thanks. I solved it, just used directly other implement library

@LSDsl can you help? I got this error not working for me, mac-os 64: ``` build on Darwin x86_64 ANDROID_NDK=/Users/thehe/Library/Android/sdk/ndk-bundle NDKr10e(64-bit) detected ``` ``` -------------------- # to continue to build...

tks. it' work, i just follow step in stackoverflow but it's do not have compile ffmpeg

know problem, update url will make this problem message, but i can't not solve this

update state

@matallui, just put those code into react-native.config.js to avoid build on Android ``` 'react-native-is-screen-captured-ios' : { platforms: { android: null } } ```

@dylancom , I put some condition on index file to check Platform the it's work normally ``` if(Platform.OS === 'ios'){ ...do stuff } ```

[> here](https://github.com/rodgomesc/vision-camera-code-scanner/issues/125#issuecomment-1421283655) this is best solution I have found, did you successful to implement on Android side?

I found other solution work : https://www.dynamsoft.com/codepool/react-native-qr-code-scanner-vision-camera.html