From fb2297f7d1e07eb97193703610a9314f5166a4d3 Mon Sep 17 00:00:00 2001 From: Aravind M Nair Date: Sat, 16 Oct 2021 20:24:02 +0530 Subject: [PATCH] Add ReactNative (#1147) Co-authored-by: Richie Bendall Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> --- r/React Native.js | 10 ++++++++++ readme.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 r/React Native.js diff --git a/r/React Native.js b/r/React Native.js new file mode 100644 index 00000000..1becf12d --- /dev/null +++ b/r/React Native.js @@ -0,0 +1,10 @@ +import React from "react"; +import { Text, View } from "react-native"; + +export default function HelloWorld() { + return ( + + Hello World + + ); +} diff --git a/readme.md b/readme.md index ce627e99..81bcba0c 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (829 total) +## Languages (830 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) @@ -655,6 +655,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [RatFor](r/RatFor.ratfor) * [React](r/React.js) * [React360](r/React360.js) +* [React Native](r/React Native.js) * [Readlink](r/Readlink.readlink) * [RealBasic](r/RealBasic.realbasic) * [Reason](r/Reason.re)