An open API service indexing awesome lists of open source software.

https://github.com/subraatakumar/reactnative-examples


https://github.com/subraatakumar/reactnative-examples

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ReactNative-Examples

- [Stack Navigation Example](https://github.com/subratsir/ReactNative-Examples/blob/main/stack-navigation-example.md)
- [Tab Navigation](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/tab-navigation.md)
- [Tab with Stack Navigation](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/tab-with-stack-navigation.md)
- [Drawer Navigation](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/drawer-navigation.md)
- [Bottom tab with drawer navigation](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/bottom-tab-with-drawer-navigation.md)
- [Nesting Navigator](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/nesting-navigators.md)
- [Linking in React Native](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/react-native-linking.md)
- [dynamic deep Links](https://www.youtube.com/watch?v=YT841IVQvSc) [(working example)](https://github.com/subratsir/react-native-dynamic-link-example)
- [Generate SHA256 key of android keystore](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/generate%20finger%20print)
- [BioMetric Authentication](https://www.youtube.com/watch?v=AKqr5iU9sU8)
- [react-native-maps](https://www.youtube.com/watch?v=3JOuweIEicg&list=PLG6Cxs9K4_gOhwKdDdbis4UepKl-Fm7UY&index=2)

# React Native Errors

- [No Signature of Method error while generating signed APK](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/No_Signature_of_Method.md)
- [Could not get unknown property 'rnMinorVersion'](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/rnMinorVersion.md)
- [Execution failed for task ':react-native-screens:compileDebugKotlin'](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/Execution%20failed%20for%20task%20':react-native-screens:compileDebugKotlin.md)
- [Unable to resolve dependency tree](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/unable-to-resolve-dependency-tree.md)
- [cannot find symbol ViewManagerResolver - react native reanimated](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/cannot%20find%20symbol%20ViewManagerResolver.md)
- [Manifest merge failed - android 12 error](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/Manifest%20merger%20failed%20-%20android%2012%20error.md)
- [axios-requests-is-not-working-in-react-native-released-apk-in-android](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/axios-requests-is-not-working-in-react-native-released-apk-in-android.md)
- [IOS error : Command phasescript execution failed with a nonzero exitcode.](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/iOS-filled-with-nonzero-exitcode.md)
- [Could not initialize class org.codehaus.groovy.runtime.InvokerHelper](https://github.com/subratsir/ReactNative-Examples/blob/main/errors/err2.md)
- [expo-modules-core Error](https://github.com/subrataindia/ReactNative-Examples/blob/main/errors/expo-modules-core:buildCMakeDebugarm64-v8a.md)

# Facts

- [How to run reactnative debug app on physical android device through wifi](https://github.com/subratsir/ReactNative-Examples/blob/main/examples/how-to-run-on-physial-device-through-wifi.md)

- [React Native private storage](https://stackoverflow.com/questions/53479538/how-to-download-image-files-in-internal-apps-private-storage-react-native)

- [Android 12 Release, How to target](https://github.com/subrataindia/ReactNative-Examples/blob/main/android-release-details.md)

# React Native Animations

- [react-three-fibre](https://docs.pmnd.rs/react-three-fiber/getting-started/installation#react-native)

# Knowledgebase

- [clear cache programetically on android](https://droidbyme.medium.com/clear-cache-in-android-programmatically-26a1405a470b)