expo / create-react-native-app

Create React Native apps that run on iOS, Android, and web
BSD 3-Clause "New" or "Revised" License
13.26k stars 1.35k forks source link

Noob problem #842

Closed rgomensoro closed 4 years ago

rgomensoro commented 4 years ago

Hi Guys,

Iḿ very new on react native.

I'm trying to load a first react-native app, from create-react-native-app, but keep on loading (top green message) or didn't show anything (only the draw of circles inside a dotted square).

probably is something very dummy.

It is the very simple created with: `export default function App() { return (

Test App - First React Native App!

); } `

only this view in App.js.

I'm on Ubuntu 18.04. node is v14 all version is up-to-date

Sorry to bother you with this dummy/noob problem.

byCedric commented 4 years ago

Hi @rgomensoro! I'm not sure if this is the right repository to ask this question 😄 You might find more luck in the React Native Help section of the docs. It shows you where you can get help for certain types of problems. If you think there might be something wrong, and want to open an issue somewhere, it would help to include a screenshot of what you are seeing. I'm not 100% what you mean by the description you provided. For now, I'll close this issue because this repository mainly focuses on the install tool itself.

Hope it helps!

PS. don't say sorry for questions you might have! If you tried fixing or researching the issue, you put in some effort. As long as you did that, you can ask for help in the right channels (e.g. forums or slack communities)