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
Hi,
That's the first time I was trying to eject a react-native project, so I decided to run the SensorTag project example first to understand how it works.
So I downloaded the project, npm i to install dependencies, I opened in Android Studio, but when I run the project, I've got the follow error: E/ReactNativeJS: { [TypeError: null is not an object (evaluating ' _BleModule.BleModule.createClient')] line: 99159, column: 27, sourceURL: 'http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false' } E/ReactNativeJS: The above error occurred in task bleSaga
or on the phone:
Could someone help me start the project?
The text was updated successfully, but these errors were encountered:
Hi @ikaiser,
I've tried a different way. First I've read this tutorial and I've started my project from its github, so it worked fine.
Starting the project with SensorTag didn't work for me.
If you need something else I can do, so be my guest.
Hi,
That's the first time I was trying to eject a react-native project, so I decided to run the SensorTag project example first to understand how it works.
So I downloaded the project, npm i to install dependencies, I opened in Android Studio, but when I run the project, I've got the follow error:
E/ReactNativeJS: { [TypeError: null is not an object (evaluating ' _BleModule.BleModule.createClient')] line: 99159, column: 27, sourceURL: 'http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false' } E/ReactNativeJS: The above error occurred in task bleSaga
or on the phone:
Could someone help me start the project?
The text was updated successfully, but these errors were encountered: