vitalets / react-native-extended-stylesheet

Extended StyleSheets for React Native
MIT License
2.93k stars 132 forks source link

EStyleSheet.create - undefined is not an object. #85

Closed FantasticSWT closed 6 years ago

FantasticSWT commented 6 years ago

image image I tried to look at the library, but I think should be no prob. And I had added build at app entry.

image

Please help.

vitalets commented 6 years ago

hi @FantasticSWT ! The problem is in import statement. There should be:

import EStyleSheet from 'react-native-extended-stylesheet';

instead of:

import { EStyleSheet } from 'react-native-extended-stylesheet';