bartonhammond/snowflake

React.PropTypes validation function warnings

Closed this issue · 8 comments

Getting series of React.PropTypes warnings using snowflake v0.1.5.

Example message:

Warning: You are manually calling a React.PropTypes validation function for the 'initialAction' prop on 'NavigationRootContainer'.

Seeing similar warnings for 'linkingActionMap', 'persistenceKey', etc.

Hi @wookiem - I just used Android GenyMotion and iOS Simulator and can't reproduce. I did Login, Update Profile, Logout, etc. and can not see these warnings.

How are you able to reproduce?

I just cloned the repo, ran npm install then react-native run-ios and found the same errors

image

I am not able to reproduce. I tried do ios Simulator -> Reset Content and
Settings and Rebooting the device and still dont see these warnings.

My XCode is "Version 7.3.1 (7D1014)" and my Mac is 10.11.5. When I run
from w/in XCode I see log:


*2016-08-18 10:12:12.435 [warn][tid:main][RCTEventEmitter.m:52] Sending
`websocketFailed` with no listeners registered.*

*2016-08-18 10:12:12.490 [warn][tid:com.facebook.react.JavaScript] The
regenerator/runtime module is deprecated; please import
regenerator-runtime/runtime instead.*

*2016-08-18 10:12:12.522 [info][tid:com.facebook.react.JavaScript] Running
application "snowflake" with appParams: {"rootTag":1,"initialProps":{}}.
__DEV__ === true, development-level warning are ON, performance
optimizations are OFF*

*```*


Do you see this in Android GenyMotion?  I don't see any Warnings there
either.

I'm on Snowflake 1.7 from last night's release.




On Aug 18, 2016 8:13 AM, "Paul Parton" <notifications@github.com> wrote:

> I just cloned the repo, ran npm install then react-native run-ios and
> found the same errors
>
> [image: image]
> <https://cloud.githubusercontent.com/assets/5544897/17774918/50ac0526-6599-11e6-82cb-e0931a4772dc.png>
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/bartonhammond/snowflake/issues/121#issuecomment-240718708>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABORPGIvtKO4xF9Xu4_5kp26YjETyxPNks5qhFqDgaJpZM4JlvNA>
> .
>

Seeing the same result (with the same steps) as @paulparton.

I've also tried running it from Xcode and I see the same warnings as well.

XCode "Version 7.3.1 (7D1014)"
Mac 10.11.6

I've tried clearing my node_modules and also cache but it didn't help. (I am quite new to all of this, so I am just trying everything I know).

I just created new clone and did 'react-native start' in one terminal and
then 'react-native run-ios' in another terminal and I still don't see these
warnings.

I haven't been able to find any info about why they might have been cleared.

If you clear the warnings, are they gone when you 'reload' or when you
clone the app again?

On Sat, Aug 20, 2016 at 2:40 AM, lunateck notifications@github.com wrote:

Seeing the same result (with the same steps) as @paulparton
https://github.com/paulparton.

I've also tried running it from Xcode and I see the same warnings as well.

XCode "Version 7.3.1 (7D1014)"
Mac 10.11.6

I've tried clearing my node_modules and also cache but it didn't help. (I
am quite new to all of this, so I am just trying everything I know).


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#121 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABORPOdXiZMVkDAdhvNRZ_ZaDf8azDh0ks5qhq-GgaJpZM4JlvNA
.

This looks like an open issue with react-native-router-flux aksonov/react-native-router-flux#1009.

Anyone still seeing this? I still have not.

No, not seeing this anymore.