Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fsshopify): fix shopifydatasource test
The new version of react-native-payments introduced by Greenkeeper uses ReactNative.requireNativeComponent to import native UI widgets. Because the ShopifyDataSource test mocks react-native, we need to mock this method as well to prevent the test from erroring.
- Loading branch information