Skip to content
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

support React Native #1

Open
b-asaf opened this issue Aug 27, 2017 · 12 comments
Open

support React Native #1

b-asaf opened this issue Aug 27, 2017 · 12 comments

Comments

@b-asaf
Copy link

b-asaf commented Aug 27, 2017

I am looking for a way to validate JSON objects.
Can I was this library to encrypt/decrypt JSON object in React Native app?

@roryrjb
Copy link
Contributor

roryrjb commented Aug 27, 2017

@assafb81 I haven't used this in React Native, though I have used React Native and as this library just uses standard Node.js APIs it should just work.

@b-asaf
Copy link
Author

b-asaf commented Aug 27, 2017

It appears that the package does not work well with React Native :(

@b-asaf b-asaf closed this as completed Nov 20, 2017
@msameerbm
Copy link

hey 😑, its not working in REACT-NATIVE APP, Any solutions? @assafb81 @roryrjb

@roryrjb roryrjb reopened this Oct 4, 2018
@b-asaf
Copy link
Author

b-asaf commented Oct 4, 2018

@SameerCodes
I am using jsrsasign pacakge

@roryrjb
Copy link
Contributor

roryrjb commented Oct 4, 2018

@SameerCodes I'm investigating adding first class support for React Native and have re-opened this issue. As for my previous comment on this issue, crypto is one of the Node.js modules that includes native bindings and does not work with React Native, but there are alternatives. So I was mistaken and didn't really think about this.

Basically I'm working on this so you'll be able to:

import cryptoJSON from 'crypto-json/native'

...or similar, which will work with React Native. I should have an update on this within the next couple of days.

@roryrjb roryrjb changed the title used in React Native app support React Native Oct 4, 2018
@roryrjb roryrjb self-assigned this Oct 9, 2018
@shaunsaker
Copy link

@roryrjb Any updates this? Thanks!

@roryrjb
Copy link
Contributor

roryrjb commented Jan 17, 2019

@shaunsaker thanks for following up and reminding me 😄. I should have time to finish this off this weekend, I'll have a update then.

@shaunsaker
Copy link

@roryrjb Sweet, thanks!

@roryrjb
Copy link
Contributor

roryrjb commented Feb 3, 2019

I haven't really had the time to work on this, but here's what I got to a while ago. I haven't had a chance to really test this, sorry guys. If either of you or anyone else has a bit of time to help with this and get this across the line I'd really appreciate it. Otherwise I will definitely get to it, just can't guarantee when at the moment.

@shaunsaker @msameerbm

@shaunsaker
Copy link

@roryrjb Thanks for the update. I will give it a test sometime this week.

@kristoferpelchat
Copy link

kristoferpelchat commented Sep 25, 2019

@roryrjb Can I take a stab at this for Hacktoberfest, if so could you assign it to me? My day gig is creation of React Native software cryptocurrency wallet apps.

@roryrjb
Copy link
Contributor

roryrjb commented Sep 25, 2019

@kristoferpelchat yes please! Assigned 🎉

@roryrjb roryrjb closed this as completed Apr 3, 2020
@roryrjb roryrjb reopened this Apr 4, 2020
@roryrjb roryrjb removed their assignment Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants