Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 0de6e19

Browse files
committed
add 3.0.0 changelog in README
1 parent 92a46df commit 0de6e19

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ You can get the list of available plugins by running `react-native -h` within yo
3333
- In your React Native project, `yarn link @bam.tech/react-native-make`
3434
- In the package.json of your React Native project, in dependencies add "@bam.tech/react-native-make" : "0.0.0"
3535

36+
## Changes in 3.0.0
37+
38+
Since 3.0.0, splashscreens for iOS are created via Xcode’s storyboard, so as to meet Apple's new requirements as of April 2020.
39+
3640
## 👉 About Bam
3741

3842
We are a 100 people company developing and designing multiplatform applications with [React Native](https://www.bam.tech/agence-react-native-paris) using the Lean & Agile methodology. To get more information on the solutions that would suit your needs, feel free to get in touch by [email](mailto://contact@bam.tech) or through or [contact form](https://www.bam.tech/en/contact)!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/react-native-make",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "modules/index.js",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)