I try to use mimic with react-native and android device:
- install mimic-remote and mimic
- add this strings to project:
const connect = require('mimic/react-native').default
connect({ host: 'localhost', port: 5000 })
- start mimic-remote with command:
mimic-remote
- add port to listen by device:
adb reverse tcp:5000 tcp:5000
Result is: mimic is available from web interface with route localhost:5000 but when I try to use it I catch the error:
Can you help me?
I try to use mimic with react-native and android device:
mimic-remoteadb reverse tcp:5000 tcp:5000Result is: mimic is available from web interface with route localhost:5000 but when I try to use it I catch the error:
Can you help me?