callstack / callstack/react-native-pager-view

putting text on top of ImageBackground doesn't work

Open
#536 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.4k
Forks
476
Avg merge
10d 21h
Merged PRs (30d)
2

Description

## Environment
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-pager-view": "^5.4.15",

## Description

Additional white blank screen issue appear when using ImageBackground also text not showing on top of the image

## Reproducible Demo

```




text1
text2


const styles = StyleSheet.create({
textCenter: {
alignItems: 'center',
justifyContent: 'center',
},
textCorner: {
position: 'absolute',
top: 32,
left: 32,
alignSelf: 'flex-start',
},
});

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.