muratoner / semantic-ui-react-native

UI kit for react-native
MIT License
10 stars 1 forks source link

Error import and compiling #9

Open Profnird opened 3 years ago

Profnird commented 3 years ago

./node_modules/@muratoner/semantic-ui-react-native/src/ui/Center.js 12:2 Module parse failed: Unexpected token (12:2) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | } = props | return (

          <View

| {...attributes} | style={[{alignItems, justifyContent, flexDirection}, style]} ./node_modules/@muratoner/semantic-ui-react-native/src/ui/Inset.js 18:2 Module parse failed: Unexpected token (18:2) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders

muratoner commented 3 years ago

What type of project do you want to run? react native or react? If you are want use in react project then this package is not compatible for react project.

Profnird commented 3 years ago

Using it for React Native.

muratoner commented 3 years ago

What is your react-native version?