0
1
KKKhalid Khan
The code creates an instance of StyleSheet and stores it in the const styles variable. StyleSheet is a object that stores the settings for the appearance of an HTML document.
Library: react-native
Shortcut: reactnative.stylesheet.create
const styles = StyleSheet.create({
Style
});