Posts by Silas Castro • 16 points
5 posts
-
0
votes1
answer19
viewsA: IONIC 4 copying error
It’s hard enough to see this image you sent but what you can read is that Ionic isn’t finding a package. Tries to remove the modules and reinstall them again
ionic4answered Silas Castro 16 -
0
votes1
answer243
viewsA: Problem with React Native
tries to remove the packages rm -rf node_modules/ and reinstall them again npm start and then rotates with react-native run-android downgrade the React-Native react-native init --version 0.59.9…
react-nativeanswered Silas Castro 16 -
0
votes1
answer37
viewsA: How to make Tag not suffer a tag attribute whose tag is housed?
You have to use the property position: absolute in the div/element you want to leave somewhere else and define how much of the top/bottom/left/right the element will be. <!DOCTYPE html>…
-
-2
votes3
answers1699
viewsA: Error running the React application on android emulator
adb -s reverse tcp:8081 tcp:8081 you have to enter this in your terminal to connect with the device connected via usb
-
-1
votes1
answer315
viewsA: How to generate ANDROID app build on IONIC
you may need to add the platform if you have not added, with the command: ionic cordova platform add