amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

Release to npm #2

Open appwiz opened 7 years ago

appwiz commented 7 years ago

Release the AWS SDK components thru npm.

jfo84 commented 7 years ago

So in the mean time I download the package and npm pack/install from the folders?

appwiz commented 7 years ago

@jford8820 yes, that's the current approach. I'm actively working on getting these packages into npm.

jfo84 commented 7 years ago

Great. Thanks @appwiz. Love the work yall are doing but I'm sticking to a general uploader for now

philipheinser commented 7 years ago

@appwiz Is there a timeline when the package will be available on npm?

tafelito commented 7 years ago

Hi, I did npm pack inside Core and then npm install in teh services but I get aws-sdk-react-native-transfer-utility@0.0.1 requires a peer of aws-sdk-react-native-core@>= 0.0.1 but none was installed

I couldn't make it work at all with RN version >=0.37.

If you can improve the docs it would be great!

Thank you

mjmaix commented 6 years ago

try npm install ../Core/aws-sdk-react-native-core-0.0.1

sibelius commented 6 years ago

@appwiz any progress on this, this would make easy to everybody to test and user this package