Measures Concepts
GitHub icon

React Native

React Native - Library

< >

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

Source code:
git clone https://github.com/facebook/react-native
#480on PLDB 9Years Old

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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout