We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1598351 commit 493648aCopy full SHA for 493648a
1 file changed
README.md
@@ -100,7 +100,7 @@ To change the theme you can call build method and it will swap the theme
100
```javascript
101
import React from 'react';
102
import { View, Button } from 'react-native';
103
-import { StyleSheet } from './style';
+import { StyleSheet, lightTheme, darkTheme } from './style';
104
105
const Component = () => {
106
const light = () => StyleSheet.build(lightTheme);
0 commit comments