aksonov / aksonov/react-native-router-flux

Can't set background color to be transparent.

オープン
#3,660 コメント 1 件 リアクション 5 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
8.9k
フォーク
2.1k
PR マージ指標
30日以内にマージされた PR はありません

説明

### Version
- react-native-router-flux v4.2.0
- react v16.11.0
- react-native v0.62.2

Can anyone help me find what I am missing? I have been stuck on this issue for the last little while and feel like I have explored every avenue.

### Expected behaviour

Router output renders transparently over the background image.

### Actual behaviour

The router output has a white background.

### Reproducible Demo
Here is my root App.tsx
```tsx
const App: () => React$Node = () => {

return (
<>



















);
};
```
and here is my FluxRouter component.
```tsx
export const FluxRouter = () => {
return (
















)
}

const sceneStyle = () => {
let style = {
backgroundColor: 'transparent'
}
return style;
}

```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。