Skip to content

Commit 484a819

Browse files
committed
Update CHANGELOG
1 parent 4a0d57c commit 484a819

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ in case of vulnerabilities.
2929
- Include ESLint config for React Native.
3030
- Activating Open Collective ([#80](https://github.com/proyecto26/react-native-inappbrowser/pull/80)) and Create **CONTRIBUTING.md** to see how to contribute.
3131
- Added `animated`, `modalPresentationStyle` and `modalTransitionStyle` properties for iOS options ([86f7238](https://github.com/proyecto26/react-native-inappbrowser/commit/86f7238d8eb856b28fae9981ca7bb42b12c43e18)).
32+
- Present the **SafariViewController** modally or as push instead using the `modalEnabled` property ([4a0d57c](https://github.com/proyecto26/react-native-inappbrowser/commit/4a0d57c73eccaaf45a212853c50aa41520b550c8)).
3233

3334
### Removed
3435
- **com.facebook.infer.annotation** dependency is not required anymore to build for **Android**.

example/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export default class App extends Component {
5252
preferredControlTintColor: 'white',
5353
readerMode: false,
5454
animated: true,
55-
modalPresentationStyle: 'fullScreen',
56-
modalTransitionStyle: 'partialCurl',
55+
modalPresentationStyle: 'none',
56+
modalTransitionStyle: 'coverVertical',
5757
modalEnabled: true,
5858
// Android Properties
5959
showTitle: true,

0 commit comments

Comments
 (0)