Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 821a4db

Browse files
committed
a few small changes
1 parent 6918ce4 commit 821a4db

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ To find a preview of all examples go to the [examples](https://github.com/jinesh
351351

352352
Feel free to contact me via
353353

354-
- [Twitter](https://twitter.com/thjigs36)
354+
- [Twitter](https://twitter.com/thejigs36)
355355
- [Medium](https://medium.com/@thejigs36)
356356
- [Github](https://github.com/jineshshah36)
357357

components/NavButton.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
import React from 'react-native'
23
const {
34
Platform,

components/NavGroup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
import React from 'react-native'
23
const {
34
View,

components/NavTitle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
import React from 'react-native'
23
const {
34
Text,

components/StatusBarEnhanced.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
import React from 'react-native'
23
const {
34
Platform,

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* @flow */
12
import React from 'react-native'
23
const {
34
Component,

0 commit comments

Comments
 (0)