-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing happens #27
Comments
Sorry for the lack of responses from my side here. It seems like these issues have slipped through while I was on vacation. What I'm guessing here is that you didn't start the iOS simulator , or android simulator your self. The project doesn't start it automatically for you as I made the assumption that most people will have that running already. |
Hi @3rd-Eden, thank you for the response and sorry for the delay. |
@GabeConsalter Are you running it on a physical device or an emulator? We currently follow the recommendations of the official Android simulator to use You can configure this by supplying a <Ekke hostname="192.168.1.2" /> |
@3rd-Eden make sense but didn't work for me. I was trying on a physical android device and now I tried on an android emulator. ...
info Starting the app on "192.168.56.103:5555"...
... So I changed my App to: const App = () => {
return (<>
<Ekke hostname="192.168.56.103" port={5555} />
<View>
<Text>Ekke test</Text>
</View>
</>);
}; When I run test nothing happens again. |
Hi.
I made an app to try use Ekke and I'm having a problem that when I run it nothing happens.
Waiting minutes and nothing changes in console, what could be happening?
The text was updated successfully, but these errors were encountered: