react-native-braintree-dropin-ui
react-native-braintree-dropin-ui copied to clipboard
Expo EAS build.
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);
}