Sebastian Auberger

Results 8 issues of Sebastian Auberger

# Summary Those changes make sure that `onStatusChanged` is called after `refreshAuthorizationStatus`. The component is listening on `onStatusChanged` in order to show or hide authorization infos. After navigating back from...

The ListView component specifies an onEndReachedThreshold of 40 (see: https://github.com/shoutem/ui/blob/develop/components/ListView.js#L142) which is invalid since this value should be in the range from 0 to 1 (see https://reactnative.dev/docs/flatlist#onendreachedthreshold). The value of...

With shoutem platform 2.1.0-rc3 and the new react-native-webview 5.12.1, the loading screen shows a white view, see: ![Simulator Screen Shot - iPhone X - 2019-08-09 at 16 13 29](https://user-images.githubusercontent.com/3884582/62785414-e29df280-bac0-11e9-9a87-06c5d41da605.png) For...

- Upgrade to react-native-fcm 10.0.3 - Support `show_in_foreground` flag for android by triggering a local notification

In order to allow build tools to automatically adapt the build number two buildSettings are required: - `CURRENT_PROJECT_VERSION` - `VERSIONING_SYSTEM` For reference see: https://developer.apple.com/library/content/qa/qa1827/_index.html

Especially for automated builds it would be nice to be able to give username & password as command line arguments to the shoutem login command ...

feature request

Running `shoutem configure` more than once for the same app, breaks the app. It seems that for a few files, changes are appended and not replaced when running `shoutem configure`....

bug