skip to Main Content

React native – Unmatched route on react-native

Hello, I have a project structured like the picture. I want to go from GetStarted.js to Instruction.js. I'm using the following code: <View> <TouchableOpacity style={styles.button} onPress={() => router.push('./Instructions.js')} > <Text style={styles.buttonText}> Welcome </Text> </TouchableOpacity> </View> but I get an Unmatched…

VIEW QUESTION

React Native In App Purchase(Android) error

The function is working fine for ios but for android it gives error on my physical device. Screen shot is attached . Anyone who is experiencing the same problem?(https://i.sstatic.net/TMQN8BpJ.jpg) const handleBuySubscription = async (productId, planType) => { setIsRequestInProgress(true); try {…

VIEW QUESTION
Back To Top
Search