├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── android ├── build.gradle ├── build │ ├── .transforms │ │ └── d0253ec8aa01dbcab66a00cc26d93ed8 │ │ │ ├── results.bin │ │ │ └── transformed │ │ │ └── classes │ │ │ └── classes.dex │ ├── generated │ │ └── source │ │ │ └── buildConfig │ │ │ └── debug │ │ │ └── com │ │ │ └── bedirhangul │ │ │ └── reactnativeflashswiper │ │ │ └── BuildConfig.java │ ├── intermediates │ │ ├── aapt_friendly_merged_manifests │ │ │ └── debug │ │ │ │ └── aapt │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── aar_metadata │ │ │ └── debug │ │ │ │ └── aar-metadata.properties │ │ ├── annotation_processor_list │ │ │ └── debug │ │ │ │ └── annotationProcessors.json │ │ ├── compile_library_classes_jar │ │ │ └── debug │ │ │ │ └── classes.jar │ │ ├── compile_r_class_jar │ │ │ └── debug │ │ │ │ └── R.jar │ │ ├── compile_symbol_list │ │ │ └── debug │ │ │ │ └── R.txt │ │ ├── incremental │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ ├── packageDebugAssets │ │ │ │ └── merger.xml │ │ │ └── packageDebugResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ └── merger.xml │ │ ├── javac │ │ │ └── debug │ │ │ │ └── classes │ │ │ │ └── com │ │ │ │ └── bedirhangul │ │ │ │ └── reactnativeflashswiper │ │ │ │ └── BuildConfig.class │ │ ├── library_java_res │ │ │ └── debug │ │ │ │ └── res.jar │ │ ├── local_only_symbol_list │ │ │ └── debug │ │ │ │ └── R-def.txt │ │ ├── manifest_merge_blame_file │ │ │ └── debug │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ ├── merged_manifest │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── navigation_json │ │ │ └── debug │ │ │ │ └── navigation.json │ │ ├── packaged_manifests │ │ │ └── debug │ │ │ │ └── output-metadata.json │ │ ├── runtime_library_classes_jar │ │ │ └── debug │ │ │ │ └── classes.jar │ │ └── symbol_list_with_package_name │ │ │ └── debug │ │ │ └── package-aware-r.txt │ ├── kotlin │ │ └── compileDebugKotlin │ │ │ ├── build-history.bin │ │ │ ├── caches-jvm │ │ │ ├── inputs │ │ │ │ ├── source-to-output.tab │ │ │ │ ├── source-to-output.tab.keystream │ │ │ │ ├── source-to-output.tab.keystream.len │ │ │ │ ├── source-to-output.tab.len │ │ │ │ ├── source-to-output.tab.values.at │ │ │ │ ├── source-to-output.tab_i │ │ │ │ └── source-to-output.tab_i.len │ │ │ ├── jvm │ │ │ │ └── kotlin │ │ │ │ │ ├── class-attributes.tab │ │ │ │ │ ├── class-attributes.tab.keystream │ │ │ │ │ ├── class-attributes.tab.keystream.len │ │ │ │ │ ├── class-attributes.tab.len │ │ │ │ │ ├── class-attributes.tab.values.at │ │ │ │ │ ├── class-attributes.tab_i │ │ │ │ │ ├── class-attributes.tab_i.len │ │ │ │ │ ├── class-fq-name-to-source.tab │ │ │ │ │ ├── class-fq-name-to-source.tab.keystream │ │ │ │ │ ├── class-fq-name-to-source.tab.keystream.len │ │ │ │ │ ├── class-fq-name-to-source.tab.len │ │ │ │ │ ├── class-fq-name-to-source.tab.values.at │ │ │ │ │ ├── class-fq-name-to-source.tab_i │ │ │ │ │ ├── class-fq-name-to-source.tab_i.len │ │ │ │ │ ├── internal-name-to-source.tab │ │ │ │ │ ├── internal-name-to-source.tab.keystream │ │ │ │ │ ├── internal-name-to-source.tab.keystream.len │ │ │ │ │ ├── internal-name-to-source.tab.len │ │ │ │ │ ├── internal-name-to-source.tab.values.at │ │ │ │ │ ├── internal-name-to-source.tab_i │ │ │ │ │ ├── internal-name-to-source.tab_i.len │ │ │ │ │ ├── proto.tab │ │ │ │ │ ├── proto.tab.keystream │ │ │ │ │ ├── proto.tab.keystream.len │ │ │ │ │ ├── proto.tab.len │ │ │ │ │ ├── proto.tab.values.at │ │ │ │ │ ├── proto.tab_i │ │ │ │ │ ├── proto.tab_i.len │ │ │ │ │ ├── source-to-classes.tab │ │ │ │ │ ├── source-to-classes.tab.keystream │ │ │ │ │ ├── source-to-classes.tab.keystream.len │ │ │ │ │ ├── source-to-classes.tab.len │ │ │ │ │ ├── source-to-classes.tab.values.at │ │ │ │ │ ├── source-to-classes.tab_i │ │ │ │ │ ├── source-to-classes.tab_i.len │ │ │ │ │ ├── subtypes.tab │ │ │ │ │ ├── subtypes.tab.keystream │ │ │ │ │ ├── subtypes.tab.keystream.len │ │ │ │ │ ├── subtypes.tab.len │ │ │ │ │ ├── subtypes.tab.values.at │ │ │ │ │ ├── subtypes.tab_i │ │ │ │ │ ├── subtypes.tab_i.len │ │ │ │ │ ├── supertypes.tab │ │ │ │ │ ├── supertypes.tab.keystream │ │ │ │ │ ├── supertypes.tab.keystream.len │ │ │ │ │ ├── supertypes.tab.len │ │ │ │ │ ├── supertypes.tab.values.at │ │ │ │ │ ├── supertypes.tab_i │ │ │ │ │ └── supertypes.tab_i.len │ │ │ └── lookups │ │ │ │ ├── counters.tab │ │ │ │ ├── file-to-id.tab │ │ │ │ ├── file-to-id.tab.keystream │ │ │ │ ├── file-to-id.tab.keystream.len │ │ │ │ ├── file-to-id.tab.len │ │ │ │ ├── file-to-id.tab.values.at │ │ │ │ ├── file-to-id.tab_i │ │ │ │ ├── file-to-id.tab_i.len │ │ │ │ ├── id-to-file.tab │ │ │ │ ├── id-to-file.tab.keystream │ │ │ │ ├── id-to-file.tab.keystream.len │ │ │ │ ├── id-to-file.tab.len │ │ │ │ ├── id-to-file.tab.values.at │ │ │ │ ├── id-to-file.tab_i │ │ │ │ ├── id-to-file.tab_i.len │ │ │ │ ├── lookups.tab │ │ │ │ ├── lookups.tab.keystream │ │ │ │ ├── lookups.tab.keystream.len │ │ │ │ ├── lookups.tab.len │ │ │ │ ├── lookups.tab.values.at │ │ │ │ ├── lookups.tab_i │ │ │ │ └── lookups.tab_i.len │ │ │ └── last-build.bin │ ├── outputs │ │ └── logs │ │ │ └── manifest-merger-debug-report.txt │ └── tmp │ │ ├── compileDebugJavaWithJavac │ │ └── previous-compilation-data.bin │ │ └── kotlin-classes │ │ └── debug │ │ ├── META-INF │ │ └── react-native-flash-swiper_debug.kotlin_module │ │ └── com │ │ └── bedirhangul │ │ └── reactnativeflashswiper │ │ ├── swiperModule.class │ │ └── swiperPackage.class └── src │ └── main │ ├── AndroidManifest.xml │ └── java │ └── com │ └── bedirhangul │ └── reactnativeflashswiper │ ├── swiperModule.kt │ └── swiperPackage.kt ├── babel.config.js ├── ios ├── swiperModule-Bridging-Header.h ├── swiperModule.m ├── swiperModule.swift └── swiperModule.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ └── xcschemes │ └── swiperModule.xcscheme ├── lib ├── components │ ├── Dots │ │ ├── Dots.d.ts │ │ ├── Dots.js │ │ └── Dots.js.map │ └── Swiper │ │ ├── Swiper.d.ts │ │ ├── Swiper.js │ │ └── Swiper.js.map ├── index.d.ts ├── index.js └── index.js.map ├── package.json ├── react-native-flash-swiper.podspec ├── rename.js ├── src ├── __tests__ │ └── index.test.ts ├── components │ ├── Dots │ │ └── Dots.tsx │ └── Swiper │ │ └── Swiper.tsx ├── index.tsx └── types │ ├── dot.d.ts │ └── swiper.d.ts ├── tsconfig.json └── yarn.lock /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | node_modules 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/README.md -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/build/.transforms/d0253ec8aa01dbcab66a00cc26d93ed8/results.bin: -------------------------------------------------------------------------------- 1 | o/classes 2 | -------------------------------------------------------------------------------- /android/build/.transforms/d0253ec8aa01dbcab66a00cc26d93ed8/transformed/classes/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/.transforms/d0253ec8aa01dbcab66a00cc26d93ed8/transformed/classes/classes.dex -------------------------------------------------------------------------------- /android/build/generated/source/buildConfig/debug/com/bedirhangul/reactnativeflashswiper/BuildConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/generated/source/buildConfig/debug/com/bedirhangul/reactnativeflashswiper/BuildConfig.java -------------------------------------------------------------------------------- /android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml -------------------------------------------------------------------------------- /android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json -------------------------------------------------------------------------------- /android/build/intermediates/aar_metadata/debug/aar-metadata.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/aar_metadata/debug/aar-metadata.properties -------------------------------------------------------------------------------- /android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /android/build/intermediates/compile_library_classes_jar/debug/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/compile_library_classes_jar/debug/classes.jar -------------------------------------------------------------------------------- /android/build/intermediates/compile_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/compile_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /android/build/intermediates/compile_symbol_list/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/compile_symbol_list/debug/R.txt -------------------------------------------------------------------------------- /android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /android/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /android/build/intermediates/incremental/packageDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/incremental/packageDebugAssets/merger.xml -------------------------------------------------------------------------------- /android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties: -------------------------------------------------------------------------------- 1 | #Tue Sep 27 12:40:49 CEST 2022 2 | -------------------------------------------------------------------------------- /android/build/intermediates/incremental/packageDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/incremental/packageDebugResources/merger.xml -------------------------------------------------------------------------------- /android/build/intermediates/javac/debug/classes/com/bedirhangul/reactnativeflashswiper/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/javac/debug/classes/com/bedirhangul/reactnativeflashswiper/BuildConfig.class -------------------------------------------------------------------------------- /android/build/intermediates/library_java_res/debug/res.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/library_java_res/debug/res.jar -------------------------------------------------------------------------------- /android/build/intermediates/local_only_symbol_list/debug/R-def.txt: -------------------------------------------------------------------------------- 1 | R_DEF: Internal format may change without notice 2 | local 3 | -------------------------------------------------------------------------------- /android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt -------------------------------------------------------------------------------- /android/build/intermediates/merged_manifest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /android/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /android/build/intermediates/packaged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/packaged_manifests/debug/output-metadata.json -------------------------------------------------------------------------------- /android/build/intermediates/runtime_library_classes_jar/debug/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar -------------------------------------------------------------------------------- /android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/build-history.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/build-history.bin -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at: -------------------------------------------------------------------------------- 1 | /Header Record For PersistentHashMapValueStorage -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab: -------------------------------------------------------------------------------- 1 | 2 2 | 0 -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len: -------------------------------------------------------------------------------- 1 | c`& -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len -------------------------------------------------------------------------------- /android/build/kotlin/compileDebugKotlin/last-build.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/kotlin/compileDebugKotlin/last-build.bin -------------------------------------------------------------------------------- /android/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin -------------------------------------------------------------------------------- /android/build/tmp/kotlin-classes/debug/META-INF/react-native-flash-swiper_debug.kotlin_module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/tmp/kotlin-classes/debug/META-INF/react-native-flash-swiper_debug.kotlin_module -------------------------------------------------------------------------------- /android/build/tmp/kotlin-classes/debug/com/bedirhangul/reactnativeflashswiper/swiperModule.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/tmp/kotlin-classes/debug/com/bedirhangul/reactnativeflashswiper/swiperModule.class -------------------------------------------------------------------------------- /android/build/tmp/kotlin-classes/debug/com/bedirhangul/reactnativeflashswiper/swiperPackage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/build/tmp/kotlin-classes/debug/com/bedirhangul/reactnativeflashswiper/swiperPackage.class -------------------------------------------------------------------------------- /android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/src/main/java/com/bedirhangul/reactnativeflashswiper/swiperModule.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/src/main/java/com/bedirhangul/reactnativeflashswiper/swiperModule.kt -------------------------------------------------------------------------------- /android/src/main/java/com/bedirhangul/reactnativeflashswiper/swiperPackage.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/android/src/main/java/com/bedirhangul/reactnativeflashswiper/swiperPackage.kt -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/babel.config.js -------------------------------------------------------------------------------- /ios/swiperModule-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/ios/swiperModule-Bridging-Header.h -------------------------------------------------------------------------------- /ios/swiperModule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/ios/swiperModule.m -------------------------------------------------------------------------------- /ios/swiperModule.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/ios/swiperModule.swift -------------------------------------------------------------------------------- /ios/swiperModule.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/ios/swiperModule.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ios/swiperModule.xcodeproj/xcshareddata/xcschemes/swiperModule.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/ios/swiperModule.xcodeproj/xcshareddata/xcschemes/swiperModule.xcscheme -------------------------------------------------------------------------------- /lib/components/Dots/Dots.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/components/Dots/Dots.d.ts -------------------------------------------------------------------------------- /lib/components/Dots/Dots.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/components/Dots/Dots.js -------------------------------------------------------------------------------- /lib/components/Dots/Dots.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/components/Dots/Dots.js.map -------------------------------------------------------------------------------- /lib/components/Swiper/Swiper.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/components/Swiper/Swiper.d.ts -------------------------------------------------------------------------------- /lib/components/Swiper/Swiper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/components/Swiper/Swiper.js -------------------------------------------------------------------------------- /lib/components/Swiper/Swiper.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/components/Swiper/Swiper.js.map -------------------------------------------------------------------------------- /lib/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/index.d.ts -------------------------------------------------------------------------------- /lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/index.js -------------------------------------------------------------------------------- /lib/index.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/lib/index.js.map -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/package.json -------------------------------------------------------------------------------- /react-native-flash-swiper.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/react-native-flash-swiper.podspec -------------------------------------------------------------------------------- /rename.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/rename.js -------------------------------------------------------------------------------- /src/__tests__/index.test.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/components/Dots/Dots.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/src/components/Dots/Dots.tsx -------------------------------------------------------------------------------- /src/components/Swiper/Swiper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/src/components/Swiper/Swiper.tsx -------------------------------------------------------------------------------- /src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/src/index.tsx -------------------------------------------------------------------------------- /src/types/dot.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/src/types/dot.d.ts -------------------------------------------------------------------------------- /src/types/swiper.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/src/types/swiper.d.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/tsconfig.json -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedirhangull/react-native-flash-swiper/HEAD/yarn.lock --------------------------------------------------------------------------------