You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run your example into more recent google nearby. I spent a couple of days to tackle this and updated most of the Gradle and SDK versions to the most recent versions and it is building the app successfully except for this runtime error. I am using "react-native": "0.61.5".
renderApplication.js (this file is part of React-Native and hasn't been modified in any way)
index.js
class NearbyConnection {
// Get all the endpoints
static endpoints() {
return NativeModules.NearbyConnection.endpoints(); // <- issue is here
}
Hi, butchmarshall
I tried to run your example into more recent google nearby. I spent a couple of days to tackle this and updated most of the Gradle and SDK versions to the most recent versions and it is building the app successfully except for this runtime error. I am using "react-native": "0.61.5".
renderApplication.js (this file is part of React-Native and hasn't been modified in any way)
index.js
App.js
Could you please take a quick look and point me in the right direction? Thanks!
my fork is in https://github.com/staminna/react-native-google-nearby-connection
The text was updated successfully, but these errors were encountered: