rghorbani / react-native-general-calendars

React Native Calendar Components 📆
MIT License
94 stars 16 forks source link

error: bundling failed: SyntaxError: Unexpected reserved type (any, string, func, Boolean ) #67

Open sundardsTechMind opened 9 months ago

sundardsTechMind commented 9 months ago

File Name : AuthSignUpContainer.js:

error: bundling failed: SyntaxError: Unexpected reserved type any. (14) error: bundling failed: SyntaxError: Unexpected reserved type func. (16)

13 | type Props = {

14 | AuthSignUpReducer: PropTypes.any, | ^ 15 | authSignUpReset: PropTypes.func, 16 | authSignUpDismissMessages: PropTypes.func, 17 | };