Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- react-native-wallet (0.1.9):
- react-native-wallet (0.1.10):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2613,7 +2613,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: e402e7a0535b2213c50727553621480fe8cd8ade
React-microtasksnativemodule: a63ce5595016996a9bac1f10c70a7a7fe6506649
react-native-safe-area-context: c6e2edd1c1da07bdce287fa9d9e60c5f7b514616
react-native-wallet: e929bf18d6f4ac35ee263ff4319e9ef107ae2cd9
react-native-wallet: d94a1e8eabd6a6b65c0e96eb4f73545838d559ea
React-NativeModulesApple: b3766e1f87b08064ebc459b9e1538da2447ca874
React-oscompat: 34f3d3c06cadcbc470bc4509c717fb9b919eaa8b
React-perflogger: a1edb025fd5d44f61bf09307e248f7608d7b2dcf
Expand Down
6 changes: 1 addition & 5 deletions src/AddToWalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ interface NativeWalletButtonProps {
borderRadius?: number;
}

type Props = {
style?: ViewStyle;
buttonStyle?: ButtonStyle;
buttonType?: ButtonType;
borderRadius?: number;
type Props = NativeWalletButtonProps & {
onPress?: (e: GestureResponderEvent) => void;
};

Expand Down