Closed ShivamJoker closed 3 years ago
@SudoPlz can you please review the PR and let me know if there is any change required.
How should I test it ? I don't see any test files
I mean locally (manually), using the example project. Also what's with the yarn file changes, was that intended?
Looking good so far.
I am getting this on android And ios build is failing for some reason (maybe due to latest xcode update)
Okay after fixing pods again it seems to work tested it with and without passing version. Hope now you can merge it
Cool, thanks for the changes, looking good so far. Question, what's with the yarn file changes, was that intended?
I removed yarn files because I added it accidentally, seems you are using npm instead of yarn.
On Wed, May 5, 2021, 5:10 PM Ioannis Kokkinidis @.***> wrote:
Cool, thanks for the changes, looking good so far. Question, what's with the yarn file changes, was that intended?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SudoPlz/sp-react-native-in-app-updates/pull/20#issuecomment-832620589, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFVA4NWJL62MJWCAQHBQ37TTMEVCNANCNFSM44CUFJNQ .
I still see yarn files in your pr
is it fine now ?
There's still a .yarnrc
file, could you please delete that too?
Thanks
@SudoPlz I have deleted it, it's actually in your repo.
@ShivamJoker apologies I totally missed that.
Merging now.
Released under 1.1.0
Released under
1.1.0
Wouldn't it be better to use github actions and connect release directly to npm ?
Do you feel like creating a pr for that too?
@SudoPlz we are still needing to pass empty object, can you fix it ?
@ShivamJoker that was just a typings issue. Fixed it on 1.1.1
This PR makes the curVersion parameter optional as it takes the app version using rn-device-info.
Also mentioned in - #15