2016-03-23 16 views
1

Son zamanlarda RN'yi v0.19'dan v0.22'ye yükselttim.`ProxyComponent`, yerel türden 'BOOL' türkçe 'RCTMap.followUserLocation' türü için propType'ı bulunmuyor

Simülatörü çalıştırdığımda, bu hata attı. xcode gösterir

Simulator Error

Hata günlüğü: Ben node_modules çıkarılıp v0.22 yeniden ettik 2016-03-23 13:54:20.818 [error][tid:com.facebook.React.JavaScript] `ProxyComponent` has no propType for native prop `RCTMap.followUserLocation` of native type `BOOL` If you haven't changed this prop yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away. 2016-03-23 13:54:20.819 [fatal][tid:com.facebook.React.RCTExceptionsManagerQueue] Unhandled JS Exception: `ProxyComponent` has no propType for native prop `RCTMap.followUserLocation` of native type `BOOL` If you haven't changed this prop yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away. 2016-03-23 13:54:20.845 [info][tid:com.facebook.React.JavaScript] Running application "________" with appParams: {"rootTag":1,"initialProps":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF 2016-03-23 13:54:20.847 [error][tid:com.facebook.React.JavaScript] Application ________ has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent. 2016-03-23 13:54:20.848 [fatal][tid:com.facebook.React.RCTExceptionsManagerQueue] Unhandled JS Exception: Application IOS_99GAMERS has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent. . Aynı hata oluştu.

Bu soruna bir çözüm arıyordum (yalnızca ben değilim). Ancak, bu sorunla ilgili bildirilen bir hata bulamadım.

Şu anda üzerinde çalıştırıyorum: Yerli v0.22 Tepki, xcode ios simülatörü, Mac

size daha fazla ayrıntı gerekiyorsa, ben birkaç dakika içinde yanıt vereceğiz. Teşekkürler

cevap

İlgili konular