muba-posting 6.0.9 → 6.0.10

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.
Files changed (2) hide show
  1. package/Posting.js +1 -1
  2. package/package.json +1 -1
package/Posting.js CHANGED
@@ -449,7 +449,7 @@ export default class Posting extends React.Component {
449
449
  {!this.state.showImageBrowser && this.state.view !== Views.PAYMENT_ONLINE ? this.props.topBar : null}
450
450
  </View>
451
451
 
452
- <PopupPermissions ref={(element) => this.popupPermissions = element} camera={true} mediaLibrary={true} message={strings('setup.permissionsMessage')} onClose={this.loadData} />
452
+ <PopupPermissions ref={(element) => this.popupPermissions = element} camera={true} mediaLibrary={true} sensor={true} message={strings('setup.permissionsMessage')} onClose={this.loadData} />
453
453
 
454
454
  {this.state.fontLoaded ?
455
455
  <View style={[this.props.containerStyle, this.state.showImageBrowser ? commonStyles.displayNone : '']}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {