You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
@Kamill90 I think you skipped these steps Look for Header Search Paths and make sure it contains $(SRCROOT)/../../../react-native/React as recursive.
and In your project, Look for Header Search Paths and make sure it contains $(SRCROOT)/../node_modules/react-native-smart-splash-screen/ios/RCTSplashScreen/RCTSplashScreen
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?
The text was updated successfully, but these errors were encountered: