Skip to content

Commit ac4d77d

Browse files
committed
Bump version
1 parent 49adcee commit ac4d77d

4 files changed

Lines changed: 6 additions & 34 deletions

File tree

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -312,36 +312,6 @@ class MainActivity : ReactActivity() {
312312

313313
_ℹ️ Refer to [previous package documentation](https://github.com/zoontek/react-native-bootsplash/tree/6.3.4?tab=readme-ov-file#with-bare-react-native) for setup steps with React Native < 0.77._
314314

315-
#### Android setup with react-native-screens (>= v4.16.0)
316-
317-
Edit your `android/app/src/main/java/com/yourapp/MainActivity.kt` file:
318-
319-
```kotlin
320-
// ⬇️ add these required imports
321-
import android.os.Bundle
322-
import com.zoontek.rnbootsplash.RNBootSplash
323-
324-
// react-native-screens setup
325-
import com.swmansion.rnscreens.fragment.restoration.RNScreensFragmentFactory
326-
327-
//
328-
329-
class MainActivity : ReactActivity() {
330-
331-
//
332-
333-
override fun onCreate(savedInstanceState: Bundle?) {
334-
// react-native-screens setup (v4.16.0+)
335-
supportFragmentManager.fragmentFactory = RNScreensFragmentFactory()
336-
337-
// react-native-bootsplash initialization
338-
RNBootSplash.init(this, R.style.BootTheme) // ⬅️ initialize the splash screen
339-
340-
super.onCreate(savedInstanceState)
341-
}
342-
}
343-
```
344-
345315
## API
346316

347317
### hide()

example/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,15 @@ GEM
8181
concurrent-ruby (~> 1.0)
8282
json (2.12.2)
8383
logger (1.7.0)
84-
minitest (5.25.5)
84+
minitest (6.0.1)
85+
prism (~> 1.5)
8586
molinillo (0.8.0)
8687
mutex_m (0.3.0)
8788
nanaimo (0.3.0)
8889
nap (1.1.0)
8990
netrc (0.11.0)
9091
nkf (0.2.0)
92+
prism (1.8.0)
9193
public_suffix (4.0.7)
9294
rexml (3.4.2)
9395
ruby-macho (2.5.1)

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ PODS:
16541654
- React-logger (= 0.79.2)
16551655
- React-perflogger (= 0.79.2)
16561656
- React-utils (= 0.79.2)
1657-
- RNBootSplash (6.3.11):
1657+
- RNBootSplash (6.3.12):
16581658
- DoubleConversion
16591659
- glog
16601660
- hermes-engine
@@ -1975,7 +1975,7 @@ SPEC CHECKSUMS:
19751975
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
19761976
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
19771977
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
1978-
RNBootSplash: 102a6b3c6f2264eeaf17f14aeeb9644022c24eaf
1978+
RNBootSplash: 27c7e0ec11fc1555b2846ca95c90785663f4d598
19791979
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19801980
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf
19811981

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bootsplash",
3-
"version": "6.3.11",
3+
"version": "6.3.12",
44
"license": "MIT",
55
"description": "Display a bootsplash on your app starts. Hide it when you want.",
66
"author": "Mathieu Acthernoene <[email protected]>",

0 commit comments

Comments
 (0)