Posts by Leandro Ayala • 83 points
8 posts
-
1
votes0
answers584
viewsQ: Doubt how to recover data using Next Act-Native
Fala galera, I’m still starting in React-On and I’m doing a test by connecting to a webservice: consultar(){ var ret = ''; ret =…
-
0
votes1
answer132
viewsQ: RN Navigation - Draw Navigator
My app will feature various types of navigation on different screens. I started using index with stacknavigator and a second page trying to configure Drawnavigator and I’m not getting. I saw in an…
-
1
votes2
answers292
viewsQ: Tools for Prototype Mobile App
What do you use to prototype a mobile app before its development? Even paper, some tool to draw what would be the screens and your browsing, etc.
-
2
votes2
answers68
viewsQ: Doubt of navigation
I created an RN project and within it I created a folder called screens. Inside the folder screens created the files app.js and home.js on index.android.js I only gave one: import App from…
-
1
votes1
answer97
viewsQ: Structuring the React project
Galley, I created a React-Native project and I want to structure along with folders, for example create the screens folder to create the. The beginner doubt. Whenever I run the project it is…
-
0
votes1
answer681
viewsQ: Command `run-android` unrecognized - After installing navigation
After creating a React-Native init project test and install the navigation (npm install --save react-navigation) simply after that the run-android command is no longer recognized. I found several…
-
0
votes1
answer572
viewsQ: React-Native scren splash screen
I created a component class with my screen splash. And I want that after a few seconds, the navigation goes to the other screen, I have already configured the navigation const SimpleApp =…
-
1
votes2
answers648
viewsQ: Error Including Image in App
I created a default project, includes some images . png in the project in the main folder: Project - image.png - index.android.js - ..... When running run-android an error is displayed indicating…