Skip to content

Commit 493648a

Browse files
authored
updated readme
1 parent 1598351 commit 493648a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To change the theme you can call build method and it will swap the theme
100100
```javascript
101101
import React from 'react';
102102
import { View, Button } from 'react-native';
103-
import { StyleSheet } from './style';
103+
import { StyleSheet, lightTheme, darkTheme } from './style';
104104

105105
const Component = () => {
106106
const light = () => StyleSheet.build(lightTheme);

0 commit comments

Comments
 (0)