What is React Native?
Example:
import React from 'react';
import { Text, View } from 'react-native';
const App = () => {
return (
Hello, React Native!
);
};
export default App;
Save For Revision
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.