GitClassic
Feed
Explore
Random
Go Pro
Sign in
Abbondanzo
/
ScreensDemo
Code
/
Commits
/ 5c3d511
Initial commit
Generated by react-native@0.73.0
Abbondanzo
committed on Dec 7, 2023, 11:46 PM
Showing
58
changed files
+15658 additions
-0 deletions
A
.bundle/config
+2
A
.eslintrc.js
+4
A
.gitignore
+66
A
.prettierrc.js
+7
A
.watchmanconfig
+1
A
App.tsx
+118
A
Gemfile
+7
A
README.md
+79
A
__tests__/App.test.tsx
+17
A
android/app/build.gradle
+119
A
android/app/debug.keystore
A
android/app/proguard-rules.pro
+10
A
android/app/src/debug/AndroidManifest.xml
+9
A
android/app/src/main/AndroidManifest.xml
+25
A
android/app/src/main/java/com/screensdemo/MainActivity.kt
+22
A
android/app/src/main/java/com/screensdemo/MainApplication.kt
+45
A
android/app/src/main/res/drawable/rn_edit_text_material.xml
+36
A
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
A
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
A
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
A
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
A
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
A
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
A
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
A
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
A
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
A
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
A
android/app/src/main/res/values/strings.xml
+3
A
android/app/src/main/res/values/styles.xml
+9
A
android/build.gradle
+21
A
android/gradle.properties
+41
A
android/gradle/wrapper/gradle-wrapper.jar
A
android/gradle/wrapper/gradle-wrapper.properties
+7
A
android/gradlew
+249
A
android/gradlew.bat
+92
A
android/settings.gradle
+4
A
app.json
+4
A
babel.config.js
+3
A
index.js
+9
A
ios/.xcode.env
+11
A
ios/Podfile
+55
A
ios/ScreensDemo.xcodeproj/project.pbxproj
+684
A
ios/ScreensDemo.xcodeproj/xcshareddata/xcschemes/ScreensDemo.xcscheme
+88
A
ios/ScreensDemo/AppDelegate.h
+6
A
ios/ScreensDemo/AppDelegate.mm
+31
A
ios/ScreensDemo/Images.xcassets/AppIcon.appiconset/Contents.json
+53
A
ios/ScreensDemo/Images.xcassets/Contents.json
+6
A
ios/ScreensDemo/Info.plist
+52
A
ios/ScreensDemo/LaunchScreen.storyboard
+47
A
ios/ScreensDemo/main.m
+10
A
ios/ScreensDemoTests/Info.plist
+24
A
ios/ScreensDemoTests/ScreensDemoTests.m
+66
A
jest.config.js
+3
A
metro.config.js
+11
A
package-lock.json
+13456
A
package.json
+36
A
react-native.config.js
+7
A
tsconfig.json
+3
Browse files at this commit โ