You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>npm i -g create-react-native-app
>create-react-native-app myRNapp
>cd myRNapp
// add **import ActionButton from '@kenetto/react-native-action-button'** to App,js
>expo start --web
I get the following error:
/repos/myRNapp/node_modules/@kenetto/react-native-action-b
utton/ActionButton.js 127:6
Module parse failed: Unexpected token (127:6)
You may need an appropriate loader to handle this file type, currently no loader
s are configured to process this file. See https://webpack.js.org/concepts#loade
rs
|
| return (
> <View
| style={[
| parentStyle,
I know this exact error was addressed in #149, and the answer was that the component only works in react-native. But we are still seeing this error in react native.
The text was updated successfully, but these errors were encountered:
Tried the RNAB in the starter react native app
I get the following error:
I know this exact error was addressed in #149, and the answer was that the component only works in react-native. But we are still seeing this error in react native.
The text was updated successfully, but these errors were encountered: