zbtang/React-Native-ViewPager

.tmp folder when clean install version 1.2.9 on IOS

Mactub07 opened this issue · 1 comments

http://prntscr.com/idjg2l

I see .tmp folder with wrong View.propTypes when I install the module, pls check one (I had app reject from apple and try to locize the error)

Which version of RN are you on? Are you having crashes on release mode? I committed a PR to fix your issue but I don't think it's the reason why you're having crashes (usually the primary reason for App Review rejection). Check your other packages to see if you have View.propTypes.style instead of ViewPropTypes.style.

$ grep -rn ./node_modules -e 'View.propTypes'
$ grep -rn ./App -e 'View.propTypes'