undefined is not an object (evaluating '_reactNative.Stylesheet.create')
I was doing ...
import { StyleSheet } from 'react';
But I should do
import { StyleSheet } from 'react-native';
Use StyleSheet
with upper case on Sheet.
import {Text, StyleSheet} from 'react-native';
...
const styles = StyleSheet.create({