Error SyntaxError: Unexpected token with jest and react-native
I have a problem to configure jest with react-native, when I install a third library I have SyntaxError with jest. I installed react-native-radio-buttons-group and I have this error: Details: D:\Documents\aviturn\design-system\node_modules\react-native-radio-buttons-group\lib\index.ts:1 ({“Object.<anonymous>”:function(module,exports,require,__dirname,__filename,jest){export * from ‘./types’; ^^^^^^ SyntaxError: Unexpected token ‘export’ It’s also important to note that I had a similar problem with the library react-native-bouncy-checkbox. Here … Read more