Skip to content

Instantly share code, notes, and snippets.

View chamaloriz's full-sized avatar
🦀
rust

Chamaloriz chamaloriz

🦀
rust
View GitHub Profile
@chamaloriz
chamaloriz / Screen.js
Last active October 12, 2019 10:29
Standart React-Native Screen
import React, {Fragment, Component} from 'react';
import {
SafeAreaView,
StyleSheet,
StatusBar,
} from 'react-native';
class Screen extends Component {
constructor(props) {