Add ReactNative (#1147)
Co-authored-by: Richie Bendall <richiebendall@gmail.com> Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
10
r/React Native.js
Normal file
10
r/React Native.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
export default function HelloWorld() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Hello World</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user