Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

React Native

< >

React Native is an open source framework created in 2015 by Jordan Walke and Christopher Chedeau.

#215on PLDB 9Years Old
Download source code:
git clone https://github.com/facebook/react-native
HomepageSource CodeWikipedia

A framework for building native applications using React


Example from hello-world:
import React from "react"; import { Text, View } from "react-native"; export default function HelloWorld() { return ( <View> <Text>Hello World</Text> </View> ); }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0