Skip to content

Instantly share code, notes, and snippets.

View gHashTag's full-sized avatar
🦄
dao999nft

Vasilev Dmitrii gHashTag

🦄
dao999nft
View GitHub Profile
@gHashTag
gHashTag / Calendar.js
Last active September 26, 2018 14:42 — forked from ujinkp/Calendar.js
import React, {Component} from 'react';
import {
Text,
StyleSheet,
ScrollView,
View
} from 'react-native';
import {Calendar, LocaleConfig} from 'react-native-calendars';
LocaleConfig.locales['ua'] = {
@gHashTag
gHashTag / .eslintrc
Created August 25, 2018 14:27 — forked from radiovisual/.eslintrc
React Native AirBnB ESLint Config
{
"parser": "babel-eslint",
"plugins": [
"react",
"react-native"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
"modules": true