Ionic-native braintree

I tried to follow steps on:

https://ionicframework.com/docs/native/braintree/

npm install --save @ionic-native/braintree

Result:

E404
Not found : @ionic-native/braintree

@ionic-native/braintree’ is not in the npm registry.

Any suggestion?

I have the feeling that the native support of braintree now exists but maybe not yet released

Try the nightly

 npm install --save @ionic-native/braintree@nightly

If I don’t say something wrong, according https://github.com/ionic-team/ionic-native/tree/master/src/%40ionic-native/plugins/braintree the file was commited in master 3 days ago but last official version of ionic-native is 20 days old

P.S.:

The PR https://github.com/ionic-team/ionic-native/pull/2073
The feature request https://github.com/ionic-team/ionic-native/issues/1373

I m facing the same issue. Do you guys have any idea regarding a work around?
For me nightly version did not work as well.
Thanks.

It’s available now:

npm install --save @ionic-native/braintree

Thanks!

2 Likes