React native – how to register and update these params
I am developing an app by react native build by Expo. I try to register and update some columns, but these don't work well. My sourcecode is below import * as Location from 'expo-location'; const URL = { CREATE_CURRENT_LOCATION:'https://sayhellotobike-native-ios-default-rtdb.firebaseio.com' }…