Closed coder-log666 closed 3 years ago
I create a new react-native procject
npx react-native init jsiDemo
and drag
SimpleJsi.h
SimpleJsi.mm
example.h
example.cpp
into ios project. and modifyapp.js
React.useEffect(() => { setResult(global.helloWorld()); }, []);
everything feels good.
but when I Debug with Chrome there is a error like this:
can you help me?
There is no support for chrome debugger in JSI.
I create a new react-native procject
and drag
SimpleJsi.h
SimpleJsi.mm
example.h
example.cpp
into ios project. and modifyapp.js
everything feels good.
but when I Debug with Chrome there is a error like this:
can you help me?