Hossam
Hossam
I have a similar issue
@agusvazquez Thank you it solves the BackHandler problem but the JSX problem still exist ``` Compiled with problems:X ERROR in ./node_modules/react-native-gifted-chat/lib/GiftedChat.js Module build failed (from ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js): SyntaxError: /Users/hossam/Desktop/Test Work/YDS/cerebro-tech-doctor/node_modules/react-native-gifted-chat/lib/GiftedChat.js: Support...
and this is my config-overwrite.js file ```javascript const path = require("path"); module.exports = function override(config, env) { config.module.rules.push({ test: /\.js$/, exclude: /node_modules[/\\](?!react-native-gifted-chat|react-native-lightbox|react-native-parsed-text|expo-av)/, use: { loader: "babel-loader", options: { babelrc: true,...
@chrisedington yes I first installed those versions "react-native-web": "0.18.12", "react-native": "^0.71.5", "react-native-gifted-chat": "2.0.1", "core-js": "^2.6.5", and then add this configuration for config-overrides.js ```javascript module.exports = function override(config, env) { config.module.rules.push({...