React-Native-ViewPager icon indicating copy to clipboard operation
React-Native-ViewPager copied to clipboard

.tmp folder when clean install version 1.2.9 on IOS

Open Mactub07 opened this issue 7 years ago • 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)

Mactub07 avatar Feb 12 '18 09:02 Mactub07

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'

apparition47 avatar Mar 02 '18 14:03 apparition47