hello, i got this msg in my expo react app after trying to bundle:
Module parse failed: Unexpected token (63:61)
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
| };
|
const getValue = element => formFields[element.field_name]?.value;
|
| const onSumbitButtonPress = () => {
package.json: "@coffeebeanslabs/react-native-form-builder": "^1.0.4",
please let me know what additional info you need
best regards,
fyv