-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native-picker 找不到_init方法 #128
Comments
请问有解决方案没 |
确认执行 |
确实是这样,之前执行了无意中unlink了,多谢 |
Same issue occurred in my project, it works well in Android but not in IOS |
请问这个问题解决了没有,我也遇到了,不知道怎么办呢 |
@lixingdecai 请问你的问题解决了没,我现在也遇见了这个问题,不知道怎么办,ios报错,android是正常的 |
may be native module not register |
原生没有引入库的原因, |
求解,我也遇到相同的问题了,执行了react-native link的 |
你原生代码的引用相应的库了,你看下example\PickerTest目录下的示例代码 ,android引用react-native-picker库;
ISO 把react-native-picker-master\ios\RCTBEEPickerManager目录下的四个文件复制到你原生的工程目录
[email protected]
发件人: ZM
发送时间: 2017-06-14 09:51
收件人: beefe/react-native-picker
抄送: huyanghu; Comment
主题: Re: [beefe/react-native-picker] react-native-picker 找不到_init方法 (#128)
求解,我也遇到相同的问题了,执行了react-native link的
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
到底怎么解决了?我也遇到这问题.. |
http://www.cnblogs.com/shaoting/p/6148085.html |
可以了,解决了 |
你们是怎么解决这个问题的 |
哈哈 |
react-native link之后依旧报错 到底怎么解决的啊? |
同样的问题 求解 |
怎么解决的,求救啊 |
react-native link and run-android again |
朋友们我也遇到了ios报 "Cannot read property '_init' of undefined" 请问你们是如何解决的? |
我也是刚开始的项目,目前都是在ANDROID设备上调试,一般引入这种带原生依赖的组件,你yarn add后,需要link一下,然后过入android目录下clean一下:gradlew clean;然后再重新run-android @chaoming007 |
怎么解决的?加你QQ也加不了,看到能否加我微信bluewater0015,谢谢 |
Mac机子上执行 |
The text was updated successfully, but these errors were encountered: