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.

#220on PLDB 9Years Old
Download source code:
git clone https://github.com/facebook/react-native
Homepage · Source Code · Wikipedia

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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0