在安装react native导航抽屉后,如果我运行该项目,则会发生错误
select ad.date,
max(ad.balance) over (partition by grp) as balance
from (select d.date, a.balance,
count(a.date) over (order by d.date) as grp
from dates d left join
a
on d.date = a.date
) ad;
npm install react-navigation-drawer --save
Loading dependency graph...jest-haste-map: Haste module naming collision: react-native
The following files share their name; please adjust your hasteImpl:
* <rootDir>\node_modules\react-native\package.json
* <rootDir>\node_modules\react-native-navigation-drawer\node_modules\react-native\package.json