-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
I am using the library, it works perfectly. Now I need to do some tests over my component.
My settings:
- react: 18.2.0
- react-native: 0.71.3
- typescript: 4.8.2
I have this error:
Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.
Details:
/Users/pepe/Code/chat/node_modules/rn-tooltip/src/Tooltip.js:3
import * as React from 'react';
^^^^^^
SyntaxError: Cannot use import statement outside a module
2 | import { FC } from 'react';
3 | import { StyleSheet, Text, View } from 'react-native';
> 4 | import Tooltip from 'rn-tooltip';
I have tried a lot of things in order to make it work. Any suggestion?
Metadata
Metadata
Assignees
Labels
No labels