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

Amazon web services – ( session: options?.session, ^ SyntaxError: Unexpected token '.')mongoose give a error deploying in instance ubuntu aws

I have this error while using mongoose: /var/www/node-api/node_modules/mongoose/node_modules/mongodb/lib/admin.js:62 session: options?.session, ^ SyntaxError: Unexpected token '.' I reinstalled node_modules but I always get the same problem. For mongoose and my connection in my device it worked correctly.

VIEW QUESTION
Back To Top
Search