Posts by Gabriel dos Passos • 1 point
1 post
-
-2
votes1
answer183
viewsQ: Problems to render on screen in React Native
I’m having trouble putting on the screen a simple "main page" what’s wrong with the code? (no error appears in the console) main.js file import React, { Component } from 'react' import { View, Text…