Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

React Native

< >

React Native is an open source library created in 2015 by Ben Alpert.

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

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 Acknowledgements Extensions Day 630 Donate feedback@pldb.io