skip to Main Content

React Native Bootsplash Library – Android resource linking failed

I installed the Bootsplash library and it works fine on iOS. But when I want to run it on Android, I get the following error; ERROR:quiz_app/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml:5506: AAPT: error: resource color/bootsplash_background (aka com.quiz_app:color/bootsplash_background) not found. My assets folder includes SplashScreenLogo.png MainActivity.java…

VIEW QUESTION

React Native: Vector Icons Not Rendering

I'm currently following this article's tutorial from React Navigation, using these versions of their packages: "@react-navigation/bottom-tabs": "^6.5.20", "@react-navigation/native": "^6.1.17", They're imported (in addition to Ionicons used in my code below) as such: import { NavigationContainer } from '@react-navigation/native'; import {…

VIEW QUESTION
Back To Top
Search