-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Guilherme Banci <guibanci@gmail.com>
- Loading branch information
Showing
3 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export {default as Btn} from './Btn' | ||
export {default as Input} from './Input' | ||
export {default as ScrollView} from './ScrollView' | ||
export {default as Text} from './Text' | ||
export {default as View} from './View' | ||
export {default as Touchable} from './Touchable' | ||
export {default as Btn} from './Btn'; | ||
export {default as Input} from './Input'; | ||
export {default as ScrollView} from './ScrollView'; | ||
export {default as Text} from './Text'; | ||
export {default as View} from './View'; | ||
export {default as Touchable} from './Touchable'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters