react-native-general-calendars
react-native-general-calendars copied to clipboard
error: bundling failed: SyntaxError: Unexpected reserved type (any, string, func, Boolean )
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 | };