jest test fails after installing react-native-async-storage
问题 In my react native project, I have recently installed node module react-native-async-storage as I received warnings about the native package from 'react-native' being deprecated and moved out to an individual module. After installing the @react-native-community/async-storage my jest test is failing. first with following error: unexpected token at position 0 in file: persistence.js import AsyncStorage from '@react-native-community/async-storage'; storeData = async ({ key, value }) => { try {