Skip to content

Instantly share code, notes, and snippets.

@infinitbility
Last active June 23, 2021 04:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinitbility/34efa6d014b8bac0642e1fe3b2ce9103 to your computer and use it in GitHub Desktop.
Save infinitbility/34efa6d014b8bac0642e1fe3b2ce9103 to your computer and use it in GitHub Desktop.
Learn React Native basics to advance

React Native Tutorial

Basics

Introduction To React Native

https://infinitbility.com/react-native/introduction-to-react-native

React Native Environment Setup using expo

https://infinitbility.com/react-native/react-native-environment-setup-using-expo

React Native Environment Setup for windows

https://infinitbility.com/react-native/react-native-environment-setup-for-windows

React Native Environment setup on Mac OS

https://infinitbility.com/react-native/react-native-environment-setup-on-mac-os

React Native Environment setup on linux

https://infinitbility.com/react-native/react-native-environment-setup-on-ubuntu

React Native Project Structure

https://infinitbility.com/react-native/react-native-project-structure

React Native State

https://infinitbility.com/react-native/react-native-state

React Native Props

https://infinitbility.com/react-native/react-native-props

React Native Styling

https://infinitbility.com/react-native/react-native-styling

React Native Flexbox

https://infinitbility.com/react-native/react-native-flexbox

React Native Text

https://infinitbility.com/react-native/react-native-text

React Native Textinput

https://infinitbility.com/react-native/react-native-textinput

React Native Commands

https://infinitbility.com/react-native-commands-you-need-almost-every-day

React Native ScrollView

https://infinitbility.com/react-native/react-native-scrollview

fontStyle in react native

https://infinitbility.com/react-native/fontstyle-in-react-native

Text align in react native

https://infinitbility.com/react-native/text-align-in-react-native

RGB in react native

https://infinitbility.com/react-native/rgb-in-react-native

font weight in React Native

https://infinitbility.com/react-native/font-weight-in-react-native

Letter spacing in React Native

https://infinitbility.com/react-native/letter-spacing-in-react-native

Line height in React Native

https://infinitbility.com/react-native/line-height-in-react-native

Text decoration line in React Native

https://infinitbility.com/react-native/text-decoration-line-in-react-native

Text transform in React Native

https://infinitbility.com/react-native/text-transform-in-react-native

Advances

React Native Dark Mode

https://infinitbility.com/manage-dark-mode-without-installing-any-package-in-react-native

React Native Fonts

https://infinitbility.com/react-native-font-family-list

React Native SQLite

https://infinitbility.com/react-native-sqlite-storage-examples-of-query

React Native DatepickerAndroid

https://infinitbility.com/how-to-add-datepickerandroid-in-react-native-with-color-changes

React native ScrollView scroll to position

https://infinitbility.com/react-native-scrollview-scroll-to-position

How to align icon with text in react native

https://infinitbility.com/how-to-align-icon-with-text-in-react-native

React Native Image

https://infinitbility.com/react-native-image

React Native Firebase Crashlytics

https://infinitbility.com/implement-react-native-firebase-crashlytics-on-android

React Native Async Storage

https://medium.com/infinitbility/react-native-async-storage-8773dcdcb54a

React Native Share

https://infinitbility.com/react-native-share

How to select and upload video in react native

https://infinitbility.com/how-to-select-and-upload-video-in-react-native

React native application release testing using xcode

https://infinitbility.com/react-native-application-release-testing-using-xcode

how to run react native project in xcode

https://infinitbility.com/how-to-run-react-native-project-in-xcode

React native video example with custom control

https://infinitbility.com/react-native-video-example-with-custom-control

React native net info example

https://infinitbility.com/react-native-net-info-example

How to debug swift code in react native xcode

https://infinitbility.com/how-to-debug-swift-code-in-react-native-xcode

React native autocomplete

https://infinitbility.com/react-native-autocomplete

React native SVG

https://infinitbility.com/react-native-svg

How to open Archive build list in Xcode

https://infinitbility.com/how-to-open-archive-build-list-in-xcode

How to check file is exist or not in react native

https://infinitbility.com/how-to-check-file-is-exist-or-not-in-react-native

How to delete file in react native

https://infinitbility.com/how-to-delete-file-in-react-native

Error & Issue Solution

Task :app:transformDexArchiveWithDexMergerForDebug FAILED In React Native

https://infinitbility.com/task-transform-dex-archive-with-dex-merger-for-debug-failed-in-react-native

Expiring Daemon because JVM heap space is exhausted In React Native

https://infinitbility.com/expiring-daemon-because-jvm-heap-space-is-exhausted-in-react-native

Task :app:transformNativeLibsWithMergeJniLibsForDebug FAILED In React Native

https://infinitbility.medium.com/task-app-transformnativelibswithmergejnilibsfordebug-failed-in-react-native-83bdbc43ce79

Unable to determine the current character, it is not a string, number, array, or object in react native

https://infinitbility.medium.com/unable-to-determine-the-current-character-it-is-not-a-string-number-array-or-object-in-react-f34c80d96e8e

App crashed immediately after install react native video or track player

https://infinitbility.com/app-crashed-immediately-after-install-react-native-video-or-track-player

how to delete SQLite database in android react native

https://infinitbility.com/how-to-delete-sqlite-database-in-android-react-native

React native material dropdown twice click issue

https://infinitbility.com/react-native-material-dropdown-twice-click-issue

How to get the current route in react-navigation?

https://infinitbility.com/how-to-get-the-current-route-in-react-navigation

how to disable drawer on the drawer navigation screen?

https://infinitbility.com/how-to-disable-drawer-on-the-drawer-navigation-screen

Image not showing in ios 14 react native

https://infinitbility.com/image-not-showing-in-ios-14-react-native

React Native image picker launchimagelibrary on second time issue

https://infinitbility.com/react-native-image-picker-launchimagelibrary-on-second-time-issue

how to open any link from react native render Html

https://infinitbility.com/how-to-open-any-link-from-react-native-render-html

Network request failed in react native fetch

https://infinitbility.com/network-request-failed-in-react-native-fetch

Build failed after update Xcode 12.5

https://infinitbility.com/build-failed-after-update-xcode-12.5

Archive uploading error to App Store using Xcode

https://infinitbility.com/archive-uploading-error-to-app-store-using-xcode

isMicrophone mute and unmute issue in RPScreenRecorder

https://infinitbility.com/ismicrophone-mute-and-unmute-issue-in-rpscreenrecorder

@infinitbility
Copy link
Author

Feel Free to recommend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment