Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit 0ba3e07

Browse files
committed
fix touchable overflow
1 parent ed5be35 commit 0ba3e07

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

js/TopicDetailScreen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default class TechArticlesScreen extends React.Component {
210210
pressColor={StyleSheet.flatten(themeStyles['touchablePressColor']).color}
211211
borderless={false}
212212
useForeground={true}
213-
style={[themeStyles.listRow,{ borderRadius: 15, margin: 15, }]}
213+
style={[themeStyles.listRow,{ borderRadius: 15, margin: 15,overflow:'hidden' }]}
214214
onPress={() => {
215215
console.log("You tapped the button!");
216216
let item = this.state.topicData

package-lock.json

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)