引数ミスを修正
This commit is contained in:
parent
ad98372df8
commit
b43e237467
2
howto.js
2
howto.js
@ -14,7 +14,7 @@ export default ({ navigation: { navigate }, route }) => {
|
|||||||
useWebKit
|
useWebKit
|
||||||
source={{ uri: info.replace("http://", "https://") }}
|
source={{ uri: info.replace("http://", "https://") }}
|
||||||
/>
|
/>
|
||||||
<BigButton onPress={onExit} text="閉じる" />
|
<BigButton onPress={onExit} string="閉じる" />
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user