apps-sdk 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apps-sdk",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -273,7 +273,7 @@ class PayWall extends React.Component {
273
273
  <View style={styles.bottomNavigationView}>
274
274
  {this.state.htmlContent ? (
275
275
  <WebView
276
- style={{ flex: 1 }}
276
+ style={{ flex: 1, backgroundColor: '#121212' }}
277
277
  originWhitelist={['*']}
278
278
  source={{ html: this.state.htmlContent }}
279
279
  javaScriptEnabled