Job

Results 2 comments of Job

Can be fixed by changing in NotificationBase.js: `import { TapticFeedback } from '../../index';` into `import { TapticFeedback } from '../RNInAppMessage';`

> my problem is solved. I am remove space from project path fold name. for example: your project path is "user/react native/awersomeproject". solution: "user/reactnative/awersomeproject" This worked for me too! Thanks!!