引数ミスを修正

This commit is contained in:
harukin-expo-dev-env 2024-09-09 10:43:52 +00:00
parent ad98372df8
commit b43e237467

View File

@ -14,7 +14,7 @@ export default ({ navigation: { navigate }, route }) => {
useWebKit
source={{ uri: info.replace("http://", "https://") }}
/>
<BigButton onPress={onExit} text="閉じる" />
<BigButton onPress={onExit} string="閉じる" />
</View>
);
};