I have done everything according to manual and it works fine on both platforms. However, when I reinstall all packages with 'yarn' command on iOS I see error:
CopyPNGFile build/Build/Products/Debug-iphonesimulator/projectname.app/[email protected] /Users/.../node_modules/react-native-smart-splash-screen/ios/SplashScreenResource/[email protected]
(1 failure)
After changing png file in module folder everything is ok again, but I would like rather have reference to my asset folder that is not ignoring by git.
Any way to achieve that?