- Created SplashScreenBackground image asset with multiple scales. - Added image file for SplashScreenBackground. - Initialized Info.plist with essential app configuration. - Created SplashScreen storyboard for launch screen design. - Added Expo.plist for update configurations. - Created bridging header for Swift compatibility. - Added entitlements for in-app payments. - Implemented main entry point for the application. - Added a placeholder Swift file for native module compatibility.
17 lines
129 B
Plaintext
17 lines
129 B
Plaintext
# OSX
|
|
#
|
|
.DS_Store
|
|
|
|
# Android/IntelliJ
|
|
#
|
|
build/
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
*.hprof
|
|
.cxx/
|
|
|
|
# Bundle artifacts
|
|
*.jsbundle
|