-
Notifications
You must be signed in to change notification settings - Fork 35
React-Native 0.29 breaking changes #35
Comments
@dotnetprofessional Thanks for reporting this. I will look at updating this plugin for that usecase. |
Great! Not to put any pressure on you ;) But do you have any idea when you might get the chance to update it? |
@dotnetprofessional It will probably be a while. I am currently working on web workers for ReactNative, that I am speaking about at conferences. I need to get those done before I work on this. Would appreciate pull request if you have the time. |
@dotnetprofessional I finally got a chance to look into this and looks like that is not the only breaking change. The bigger change is the introduction of This is a problem since we would not really have an This looks like a total re-write of the plugin, given that so many pieces have moved around. |
+1 |
In case this helps anyone– It's possible to use an older version of react-native by using the 'rninit' command:
Then you'll be able to use react-native-cordova-plugin as-is. You'll be stuck at that version of react-native until this issue is resolved, of course, with whatever quirks and bugs that entails. Btw, downgrading react-native and running |
+1 |
@axemclion Have you had chance to look at a fix for this issue? Many thanks. |
@axemclion Have you had a chance to look? |
@axemclion Any update, friend? |
any news? |
@nicsefer I have not had the time to work on this, but would accept pull requests. |
add CordovaPluginPackage.set_MainActivity to handle RN architecture change as per axemclion#35 Update README.md to show how to use changes.
@axemclion @mribbons it seems that the pull request has some issues. The readme it's missing the MainApplication.java example and the CordovaPluginPackage.java is missing "set_MainActivity". |
@theBliz I haven't submitted a PR yet because the work is incomplete. The changes are only in my repo: |
@mribbons got it :) so there are issues just in the ReadMe (broken links for the example) |
Hi any news about the update? I've tried hacking my way to get it to work with the latest RN but no luck, it seems I have to wait until the branches merge :-) |
@XBLDev you might be better off contributing your efforts to converting whichever libs you need to RN, this one doesn't seem to be moving. |
I am glad to take contributions to this library - send in a pull request, or even better, please help by becoming a contributor. |
Hi @axemclion How exactly do I send in a pull request? I've never done it before :-( |
HI @axemclion, care to have a look at my repo? I don't have the necessary knowledge to get it working. |
@XBLDev after cloning the repo and committing changes, use the New Pull Request button. There should be plenty of information online and on github itself. |
Hi @mribbons I don't think I'm knowledgeable enough to make it working with the current RN either, I mean you seem to be pro at this and you can't even make it work, and i'm just a RN app developer, and unfortunately not a very good one :-) |
Currently this is preventing the use of the code with the latest bits.
The text was updated successfully, but these errors were encountered: