Skip to content

Instantly share code, notes, and snippets.

View youneshenniwrites's full-sized avatar
🎯
Focusing

Younes Henni youneshenniwrites

🎯
Focusing
View GitHub Profile
@youneshenniwrites
youneshenniwrites / Styles.js
Created December 14, 2018 18:19
Styling file for Zopher
import { StyleSheet, Dimensions } from 'react-native'
// Get the width of the device
let { width } = Dimensions.get('window')
const styles = StyleSheet.create({
container: {
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master