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 checked for possible duplicate issues, with possible answers.
Bug summary
Apple Clips (https://www.npmjs.com/package/react-native-app-clip) works well with the traditional Expo Splash Screen. However, using React Native Bootsplash, the Clip app totally lost all expected configurations, including the traditional expo settings.
I observed that the BootSplash assets are correctly generated and added to the main and clip apps. However, the clip app is not used/started with that. Instead, it uses the traditional default expo-splash-screen settings. Works as expected in the main app.
Library version
6.1.3
Environment info
new project: last version of expo, react native
Steps to reproduce
simple new expo project
add react-native-app-clip pack
add react-native-bootsplash
generate new assets
run npx expo prebuild --clean -p ios
open project, and run the Clip app in the simulator
@sgumz I'm waiting for Expo 52 / the new version of expo-splash-screen that will work exactly like react-native-bootsplash (using customizeRootView). There's a high chance that this will be fixed on their side.
Before submitting a new issue
Bug summary
Apple Clips (https://www.npmjs.com/package/react-native-app-clip) works well with the traditional Expo Splash Screen. However, using React Native Bootsplash, the Clip app totally lost all expected configurations, including the traditional expo settings.
I observed that the BootSplash assets are correctly generated and added to the main and clip apps. However, the clip app is not used/started with that. Instead, it uses the traditional default expo-splash-screen settings. Works as expected in the main app.
Library version
6.1.3
Environment info
Steps to reproduce
Reproducible sample code
The text was updated successfully, but these errors were encountered: