Example Program
Font Size
14
Parentheses autocomplete
Wrap lines
Editor
Theme
Code with blocks by default
Console Font Size
12
Console Theme
Show File Tab Bar
4 Hello World Example
default.jsx
1
2
import React, { Component } from 'react';
import { AppRegistry, Text, View, StyleSheet, Image, TouchableHighlight, Alert, Dimensions } from 'react-native';
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output
Docs
Example
Components
More
History
Video
Download
About
This student is viewing this assignment in English. View this page in English?
Hello, World React Native App
Explore this app and check out the syntax and how it is structured. When you are ready, scan the QR code and run the program on your phone
You just ran your first Reactive Native App!
Reset Code
Upload an image
Upload from your computer
Or paste a link here
Slides and Notes
Components
Click to copy a component to add to your app.
View
Fundamental component for building a UI
Text
Component for displaying text
Image
Displays an image which is hosted elsewhere and available via a link.
ImageBackground
Set an image as the background
TouchableHighlight
Wrapper for making views respond properly to touches
Button
Basic button component that renders nicely on any platform.
TextInput
Allows entering text via keyboard.
Switch
Renders a boolean input.
ActivityIndicator
Displays a circular loading indicator.
About
React Native
React Native Web Player