Skip to content

Commit

Permalink
fix(readme): missing tag add
Browse files Browse the repository at this point in the history
  • Loading branch information
is343 authored and 32penkin committed Jun 24, 2019
1 parent 94b8141 commit 3fd790c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { ApplicationProvider, Layout } from 'react-native-ui-kitten';
const App = () => (
<ApplicationProvider
mapping={mapping}
theme={lightTheme}
theme={lightTheme}>
<Layout style={{flex: 1}}/>
</ApplicationProvider>
);
Expand Down

0 comments on commit 3fd790c

Please sign in to comment.