Ky0-Nguyen / react-native-lunar-calendars

MIT License
4 stars 0 forks source link

Error react native 0.71.3 #14

Open nppull opened 1 year ago

nppull commented 1 year ago

Could not find a declaration file for module 'react-native-lunar-calendars'. '../node_modules/react-native-lunar-calendars/src/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-native-lunar-calendars if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-lunar-calendars';ts(7016)

react native 0.71.3 react-native-lunar-calendars: 2.0.5

how to fix error?

Ky0-Nguyen commented 1 year ago

You have to create a declaration file for this module. Because it has not to use typescript. We will update it soon