Posts by Joel Germano • 1 point
1 post
-
0
votes1
answer50
viewsQ: React Native - button a js file calling a function or variable in another js file
I need some help here: I have 2 js files: Header/index.js and Main/index.js In Header/index.js there is a button: <TouchableOpacity onPress={() => {}} /> In Main/index.js you have: const…