Vincent Riamon
Vincent Riamon
Having the exact same issue here too. Using react-native: 0.65.1 And last version of this package
> For anyone encountering this issue, the simplest thing I found is to fork the repo, build the develop branch, remove lib from the .gitignore and commit it, then point...
I fixed the issue by mocking `react-native-splash-screen` into my `jest.setup.js` file like so: ``` jsx jest.mock('react-native-splash-screen', () => { return { hide: () => true, }; }); ```
yep, same here too
Any news on this one ?
> Exact same here The error occurs on Android 4.3 (SDK 18)
Yeah, really looking forward to it !
As mentionned [here](https://issuetracker.google.com/issues/254418199#comment48) you can do the following: 1- Create `MLKitVision.podspec.json` in ios folder taking content from [this file here](https://www.google.com/url?q=https://github.com/CocoaPods/Specs/blob/master/Specs/8/1/e/MLKitVision/4.2.0/MLKitVision.podspec.json&sa=D&source=buganizer&usg=AOvVaw1SvxwhP9ivfDz0zbhf--DU) 2- Create `MLKitCommon.podspec.json` in ios folder taking content from [this...
Any news on this ?