react-native-bootsplash 6.3.2 → 6.3.4
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.
- package/README.md +28 -6
- package/RNBootSplash.podspec +3 -1
- package/android/app/build/generated/source/codegen/java/com/facebook/fbreact/specs/NativeRNBootSplashSpec.java +78 -0
- package/android/app/build/generated/source/codegen/jni/CMakeLists.txt +36 -0
- package/android/app/build/generated/source/codegen/jni/RNBootSplashSpec-generated.cpp +44 -0
- package/android/app/build/generated/source/codegen/jni/RNBootSplashSpec.h +31 -0
- package/android/app/build/generated/source/codegen/jni/react/renderer/components/RNBootSplashSpec/RNBootSplashSpecJSI-generated.cpp +39 -0
- package/android/app/build/generated/source/codegen/jni/react/renderer/components/RNBootSplashSpec/RNBootSplashSpecJSI.h +85 -0
- package/dist/commonjs/addon/index.js +31 -31
- package/dist/commonjs/expo.js +12 -6
- package/dist/commonjs/expo.js.map +1 -1
- package/dist/module/addon/index.js +31 -31
- package/dist/module/expo.js +12 -6
- package/dist/module/expo.js.map +1 -1
- package/dist/typescript/expo.d.ts.map +1 -1
- package/dist/typescript/generate.d.ts +1 -1
- package/ios/RNBootSplash.h +0 -0
- package/ios/RNBootSplash.mm +0 -0
- package/ios/RNBootSplash.xcodeproj/project.pbxproj +0 -0
- package/ios/RNBootSplash.xcodeproj/project.xcworkspace/xcuserdata/zoontek.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/RNBootSplash.xcodeproj/xcuserdata/zoontek.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
- package/package.json +10 -11
- package/src/expo.ts +15 -6
- package/ios/RNBootSplash.xcodeproj/xcshareddata/xcschemes/RNBootSplash.xcscheme +0 -80
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1410"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
18
|
-
BuildableName = "libRNBootSplash.a"
|
|
19
|
-
BlueprintName = "RNBootSplash"
|
|
20
|
-
ReferencedContainer = "container:RNBootSplash.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
</BuildActionEntries>
|
|
24
|
-
</BuildAction>
|
|
25
|
-
<TestAction
|
|
26
|
-
buildConfiguration = "Debug"
|
|
27
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
-
<Testables>
|
|
31
|
-
</Testables>
|
|
32
|
-
<AdditionalOptions>
|
|
33
|
-
</AdditionalOptions>
|
|
34
|
-
</TestAction>
|
|
35
|
-
<LaunchAction
|
|
36
|
-
buildConfiguration = "Debug"
|
|
37
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
38
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
39
|
-
launchStyle = "0"
|
|
40
|
-
useCustomWorkingDirectory = "NO"
|
|
41
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
42
|
-
debugDocumentVersioning = "YES"
|
|
43
|
-
debugServiceExtension = "internal"
|
|
44
|
-
allowLocationSimulation = "YES">
|
|
45
|
-
<MacroExpansion>
|
|
46
|
-
<BuildableReference
|
|
47
|
-
BuildableIdentifier = "primary"
|
|
48
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
49
|
-
BuildableName = "libRNBootSplash.a"
|
|
50
|
-
BlueprintName = "RNBootSplash"
|
|
51
|
-
ReferencedContainer = "container:RNBootSplash.xcodeproj">
|
|
52
|
-
</BuildableReference>
|
|
53
|
-
</MacroExpansion>
|
|
54
|
-
<AdditionalOptions>
|
|
55
|
-
</AdditionalOptions>
|
|
56
|
-
</LaunchAction>
|
|
57
|
-
<ProfileAction
|
|
58
|
-
buildConfiguration = "Release"
|
|
59
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
60
|
-
savedToolIdentifier = ""
|
|
61
|
-
useCustomWorkingDirectory = "NO"
|
|
62
|
-
debugDocumentVersioning = "YES">
|
|
63
|
-
<MacroExpansion>
|
|
64
|
-
<BuildableReference
|
|
65
|
-
BuildableIdentifier = "primary"
|
|
66
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
67
|
-
BuildableName = "libRNBootSplash.a"
|
|
68
|
-
BlueprintName = "RNBootSplash"
|
|
69
|
-
ReferencedContainer = "container:RNBootSplash.xcodeproj">
|
|
70
|
-
</BuildableReference>
|
|
71
|
-
</MacroExpansion>
|
|
72
|
-
</ProfileAction>
|
|
73
|
-
<AnalyzeAction
|
|
74
|
-
buildConfiguration = "Debug">
|
|
75
|
-
</AnalyzeAction>
|
|
76
|
-
<ArchiveAction
|
|
77
|
-
buildConfiguration = "Release"
|
|
78
|
-
revealArchiveInOrganizer = "YES">
|
|
79
|
-
</ArchiveAction>
|
|
80
|
-
</Scheme>
|