Top 1,000 Features Creators Events Podcasts 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> ); }

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll