Skip to content

Instantly share code, notes, and snippets.

@vsecoder-old-account
Created November 9, 2020 12:45
Show Gist options
  • Save vsecoder-old-account/422e8a486fba9dafac3f23ca3332fe5e to your computer and use it in GitHub Desktop.
Save vsecoder-old-account/422e8a486fba9dafac3f23ca3332fe5e to your computer and use it in GitHub Desktop.
// импортируем библиотеки
import React from 'react';
import { View, Text, Image, ScrollView, TextInput } from 'react-native';
// тут будет код похожий на html
export default function App() {
return (
<Text>Hello, World!</Text>
);
};
//
// можно писать код JS
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment