-
Hello i try to use react-native-pixi in my simple androind app. I use nodejs 18.12.1 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Please Thanks for reminding this 😝 , I'll add "abab" into my |
Beta Was this translation helpful? Give feedback.
-
@flyskywhy Yes but nvm use 18.12.1 import { View } from 'react-native';
import {GCanvasView} from '@flyskywhy/react-native-gcanvas';
export default function App() {
return (
<View>
<GCanvasView/>
</View>
);
} And after building I got this error(and after rebuild too) |
Beta Was this translation helpful? Give feedback.
-
Please ref to flyskywhy/snakeRN@33530fa |
Beta Was this translation helpful? Give feedback.
-
@flyskywhy Ok, this time I did everything you said above, also during the build I had to add the local.properties file to avoid the
and set environment variable ANDROID_HOME.
I log arguments with which an error occurs
Sometimes when I try to rebuild the project, instead of this error, I get a white screen with a green text above "Reloading" or "loading from localhost:8081" |
Beta Was this translation helpful? Give feedback.
@flyskywhy Ok, this time I did everything you said above, also during the build I had to add the local.properties file to avoid the
and set environment variable ANDROID_HOME.
Also I used NDK 20.1.5948944 and installed some stuff
Then i got this
BUT
When i opened your app my device show this error