react-native-braintree-dropin-ui icon indicating copy to clipboard operation
react-native-braintree-dropin-ui copied to clipboard

Expo EAS build.

Open fisp opened this issue 7 months ago • 0 comments

Did anyone handle with this lib for EXPO usage? Always getting DROP_IN_CLIENT_UNINITIALIZED error.

Where I should place this code in expo project?

import tech.power.RNBraintreeDropIn.RNBraintreeDropInModule;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        RNBraintreeDropInModule.initDropInClient(this);
    }

fisp avatar Jul 18 '24 10:07 fisp