From f1f4e99dab6f32ed07c4c4f765565313ebe95d65 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 27 Jun 2023 11:52:52 +0100 Subject: [PATCH] Add directories for react native roadmap --- .../content/100-introduction/100-what-is-react-native.md | 1 + .../content/100-introduction/101-why-react-native.md | 1 + .../content/100-introduction/102-react-native-alternatives.md | 1 + src/data/roadmaps/react-native/content/100-introduction/index.md | 1 + .../react-native/content/101-pre-requisites/100-javascript.md | 1 + .../roadmaps/react-native/content/101-pre-requisites/101-css.md | 1 + .../content/101-pre-requisites/102-react/100-components.md | 1 + .../content/101-pre-requisites/102-react/101-state.md | 1 + .../content/101-pre-requisites/102-react/102-props.md | 1 + .../react-native/content/101-pre-requisites/102-react/103-jsx.md | 1 + .../react-native/content/101-pre-requisites/102-react/index.md | 1 + .../roadmaps/react-native/content/101-pre-requisites/index.md | 1 + .../102-environment-setup/100-expo/100-create-expo-app.md | 1 + .../content/102-environment-setup/100-expo/101-expo-snack.md | 1 + .../content/102-environment-setup/100-expo/102-expo-tradeoffs.md | 1 + .../react-native/content/102-environment-setup/100-expo/index.md | 1 + .../content/102-environment-setup/101-react-native-cli.md | 1 + .../content/102-environment-setup/102-metro-bundler.md | 1 + .../roadmaps/react-native/content/102-environment-setup/index.md | 1 + .../content/103-development-workflow/100-running-on-device.md | 1 + .../103-development-workflow/101-debugging/100-dev-menu.md | 1 + .../103-development-workflow/101-debugging/101-fast-refresh.md | 1 + .../content/103-development-workflow/101-debugging/102-logbox.md | 1 + .../103-development-workflow/101-debugging/103-sourcemaps.md | 1 + .../103-development-workflow/101-debugging/104-devtools.md | 1 + .../content/103-development-workflow/101-debugging/index.md | 1 + .../react-native/content/103-development-workflow/index.md | 1 + .../react-native/content/104-core-components/100-text.md | 1 + .../react-native/content/104-core-components/101-text-input.md | 1 + .../react-native/content/104-core-components/102-button.md | 1 + .../react-native/content/104-core-components/103-image.md | 1 + .../content/104-core-components/104-image-background.md | 1 + .../react-native/content/104-core-components/105-switch.md | 1 + .../react-native/content/104-core-components/106-status-bar.md | 1 + .../content/104-core-components/107-activity-indicator.md | 1 + .../react-native/content/104-core-components/108-modal.md | 1 + .../react-native/content/104-core-components/109-pressable.md | 1 + .../content/104-core-components/110-view/100-safe-area-view.md | 1 + .../104-core-components/110-view/101-keyboard-avoiding-view.md | 1 + .../react-native/content/104-core-components/110-view/index.md | 1 + .../content/104-core-components/111-listings/100-scroll-view.md | 1 + .../104-core-components/111-listings/101-list-views/flat-list.md | 1 + .../104-core-components/111-listings/101-list-views/index.md | 1 + .../111-listings/101-list-views/section-list.md | 1 + .../104-core-components/111-listings/102-refresh-control.md | 1 + .../content/104-core-components/111-listings/index.md | 1 + .../roadmaps/react-native/content/104-core-components/index.md | 1 + .../content/105-platform-specific-code/100-platform-module.md | 1 + .../content/105-platform-specific-code/101-file-extensions.md | 1 + .../content/105-platform-specific-code/102-react-native-web.md | 1 + .../react-native/content/105-platform-specific-code/index.md | 1 + .../roadmaps/react-native/content/106-styling/100-stylesheets.md | 1 + .../roadmaps/react-native/content/106-styling/101-layouts.md | 1 + .../react-native/content/106-styling/102-accessibility.md | 1 + src/data/roadmaps/react-native/content/106-styling/index.md | 1 + .../react-native/content/107-networking/100-connectivity.md | 1 + .../roadmaps/react-native/content/107-networking/101-fetch.md | 1 + .../react-native/content/107-networking/102-websockets.md | 1 + src/data/roadmaps/react-native/content/107-networking/index.md | 1 + src/data/roadmaps/react-native/content/108-push-notifications.md | 1 + .../react-native/content/109-interactions/100-touchables.md | 1 + .../react-native/content/109-interactions/101-gesture.md | 1 + .../content/109-interactions/102-scrolling-swiping.md | 1 + .../content/109-interactions/103-screen-navigation.md | 1 + .../react-native/content/109-interactions/104-animations.md | 1 + src/data/roadmaps/react-native/content/109-interactions/index.md | 1 + src/data/roadmaps/react-native/content/110-deep-linking.md | 1 + .../react-native/content/111-security/100-authentication.md | 1 + .../roadmaps/react-native/content/111-security/101-networking.md | 1 + .../roadmaps/react-native/content/111-security/102-storage.md | 1 + src/data/roadmaps/react-native/content/111-security/index.md | 1 + .../react-native/content/112-storage/100-async-storage.md | 1 + .../react-native/content/112-storage/100-expo-secure-store.md | 1 + .../react-native/content/112-storage/101-expo-file-system.md | 1 + .../content/112-storage/101-other-storage-options.md | 1 + .../roadmaps/react-native/content/112-storage/102-expo-sqlite.md | 1 + src/data/roadmaps/react-native/content/112-storage/index.md | 1 + src/data/roadmaps/react-native/content/113-testing/100-jest.md | 1 + .../react-native/content/113-testing/101-react-test-renderer.md | 1 + .../content/113-testing/102-react-native-testing-library.md | 1 + src/data/roadmaps/react-native/content/113-testing/103-detox.md | 1 + src/data/roadmaps/react-native/content/113-testing/104-appium.md | 1 + src/data/roadmaps/react-native/content/113-testing/index.md | 1 + .../react-native/content/114-performance/100-frame-rates.md | 1 + .../content/114-performance/101-common-problem-sources.md | 1 + .../content/114-performance/102-speeding-up-builds.md | 1 + .../content/114-performance/103-optimizing-flatlist-config.md | 1 + .../react-native/content/114-performance/104-ram-bundles.md | 1 + .../react-native/content/114-performance/105-profiling.md | 1 + src/data/roadmaps/react-native/content/114-performance/index.md | 1 + .../react-native/content/115-using-native-modules/100-for-ios.md | 1 + .../content/115-using-native-modules/101-for-android.md | 1 + .../react-native/content/115-using-native-modules/index.md | 1 + .../react-native/content/116-publishing-apps/100-app-store.md | 1 + .../react-native/content/116-publishing-apps/101-google-store.md | 1 + .../roadmaps/react-native/content/116-publishing-apps/index.md | 1 + src/data/roadmaps/react-native/content/index.md | 1 + 97 files changed, 97 insertions(+) create mode 100644 src/data/roadmaps/react-native/content/100-introduction/100-what-is-react-native.md create mode 100644 src/data/roadmaps/react-native/content/100-introduction/101-why-react-native.md create mode 100644 src/data/roadmaps/react-native/content/100-introduction/102-react-native-alternatives.md create mode 100644 src/data/roadmaps/react-native/content/100-introduction/index.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/100-javascript.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/101-css.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/102-react/100-components.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/102-react/101-state.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/102-react/102-props.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/102-react/103-jsx.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/102-react/index.md create mode 100644 src/data/roadmaps/react-native/content/101-pre-requisites/index.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/100-expo/100-create-expo-app.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/100-expo/101-expo-snack.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/100-expo/102-expo-tradeoffs.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/101-react-native-cli.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/102-metro-bundler.md create mode 100644 src/data/roadmaps/react-native/content/102-environment-setup/index.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/100-running-on-device.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/100-dev-menu.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/101-fast-refresh.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/102-logbox.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/103-sourcemaps.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/104-devtools.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/index.md create mode 100644 src/data/roadmaps/react-native/content/103-development-workflow/index.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/100-text.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/101-text-input.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/102-button.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/103-image.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/104-image-background.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/105-switch.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/106-status-bar.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/107-activity-indicator.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/108-modal.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/109-pressable.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/110-view/100-safe-area-view.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/110-view/101-keyboard-avoiding-view.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/110-view/index.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/111-listings/100-scroll-view.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/flat-list.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/index.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/section-list.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/111-listings/102-refresh-control.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/111-listings/index.md create mode 100644 src/data/roadmaps/react-native/content/104-core-components/index.md create mode 100644 src/data/roadmaps/react-native/content/105-platform-specific-code/100-platform-module.md create mode 100644 src/data/roadmaps/react-native/content/105-platform-specific-code/101-file-extensions.md create mode 100644 src/data/roadmaps/react-native/content/105-platform-specific-code/102-react-native-web.md create mode 100644 src/data/roadmaps/react-native/content/105-platform-specific-code/index.md create mode 100644 src/data/roadmaps/react-native/content/106-styling/100-stylesheets.md create mode 100644 src/data/roadmaps/react-native/content/106-styling/101-layouts.md create mode 100644 src/data/roadmaps/react-native/content/106-styling/102-accessibility.md create mode 100644 src/data/roadmaps/react-native/content/106-styling/index.md create mode 100644 src/data/roadmaps/react-native/content/107-networking/100-connectivity.md create mode 100644 src/data/roadmaps/react-native/content/107-networking/101-fetch.md create mode 100644 src/data/roadmaps/react-native/content/107-networking/102-websockets.md create mode 100644 src/data/roadmaps/react-native/content/107-networking/index.md create mode 100644 src/data/roadmaps/react-native/content/108-push-notifications.md create mode 100644 src/data/roadmaps/react-native/content/109-interactions/100-touchables.md create mode 100644 src/data/roadmaps/react-native/content/109-interactions/101-gesture.md create mode 100644 src/data/roadmaps/react-native/content/109-interactions/102-scrolling-swiping.md create mode 100644 src/data/roadmaps/react-native/content/109-interactions/103-screen-navigation.md create mode 100644 src/data/roadmaps/react-native/content/109-interactions/104-animations.md create mode 100644 src/data/roadmaps/react-native/content/109-interactions/index.md create mode 100644 src/data/roadmaps/react-native/content/110-deep-linking.md create mode 100644 src/data/roadmaps/react-native/content/111-security/100-authentication.md create mode 100644 src/data/roadmaps/react-native/content/111-security/101-networking.md create mode 100644 src/data/roadmaps/react-native/content/111-security/102-storage.md create mode 100644 src/data/roadmaps/react-native/content/111-security/index.md create mode 100644 src/data/roadmaps/react-native/content/112-storage/100-async-storage.md create mode 100644 src/data/roadmaps/react-native/content/112-storage/100-expo-secure-store.md create mode 100644 src/data/roadmaps/react-native/content/112-storage/101-expo-file-system.md create mode 100644 src/data/roadmaps/react-native/content/112-storage/101-other-storage-options.md create mode 100644 src/data/roadmaps/react-native/content/112-storage/102-expo-sqlite.md create mode 100644 src/data/roadmaps/react-native/content/112-storage/index.md create mode 100644 src/data/roadmaps/react-native/content/113-testing/100-jest.md create mode 100644 src/data/roadmaps/react-native/content/113-testing/101-react-test-renderer.md create mode 100644 src/data/roadmaps/react-native/content/113-testing/102-react-native-testing-library.md create mode 100644 src/data/roadmaps/react-native/content/113-testing/103-detox.md create mode 100644 src/data/roadmaps/react-native/content/113-testing/104-appium.md create mode 100644 src/data/roadmaps/react-native/content/113-testing/index.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/100-frame-rates.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/101-common-problem-sources.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/102-speeding-up-builds.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/103-optimizing-flatlist-config.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/104-ram-bundles.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/105-profiling.md create mode 100644 src/data/roadmaps/react-native/content/114-performance/index.md create mode 100644 src/data/roadmaps/react-native/content/115-using-native-modules/100-for-ios.md create mode 100644 src/data/roadmaps/react-native/content/115-using-native-modules/101-for-android.md create mode 100644 src/data/roadmaps/react-native/content/115-using-native-modules/index.md create mode 100644 src/data/roadmaps/react-native/content/116-publishing-apps/100-app-store.md create mode 100644 src/data/roadmaps/react-native/content/116-publishing-apps/101-google-store.md create mode 100644 src/data/roadmaps/react-native/content/116-publishing-apps/index.md create mode 100644 src/data/roadmaps/react-native/content/index.md diff --git a/src/data/roadmaps/react-native/content/100-introduction/100-what-is-react-native.md b/src/data/roadmaps/react-native/content/100-introduction/100-what-is-react-native.md new file mode 100644 index 000000000..a38a77a46 --- /dev/null +++ b/src/data/roadmaps/react-native/content/100-introduction/100-what-is-react-native.md @@ -0,0 +1 @@ +# What is react native \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/100-introduction/101-why-react-native.md b/src/data/roadmaps/react-native/content/100-introduction/101-why-react-native.md new file mode 100644 index 000000000..52b4ed3f7 --- /dev/null +++ b/src/data/roadmaps/react-native/content/100-introduction/101-why-react-native.md @@ -0,0 +1 @@ +# Why react native \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/100-introduction/102-react-native-alternatives.md b/src/data/roadmaps/react-native/content/100-introduction/102-react-native-alternatives.md new file mode 100644 index 000000000..0bb59c37d --- /dev/null +++ b/src/data/roadmaps/react-native/content/100-introduction/102-react-native-alternatives.md @@ -0,0 +1 @@ +# React native alternatives \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/100-introduction/index.md b/src/data/roadmaps/react-native/content/100-introduction/index.md new file mode 100644 index 000000000..f6ecaa676 --- /dev/null +++ b/src/data/roadmaps/react-native/content/100-introduction/index.md @@ -0,0 +1 @@ +# Introduction \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/100-javascript.md b/src/data/roadmaps/react-native/content/101-pre-requisites/100-javascript.md new file mode 100644 index 000000000..446ae8e73 --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/100-javascript.md @@ -0,0 +1 @@ +# Javascript \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/101-css.md b/src/data/roadmaps/react-native/content/101-pre-requisites/101-css.md new file mode 100644 index 000000000..77d84371c --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/101-css.md @@ -0,0 +1 @@ +# Css \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/100-components.md b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/100-components.md new file mode 100644 index 000000000..f6ce326cb --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/100-components.md @@ -0,0 +1 @@ +# Components \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/101-state.md b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/101-state.md new file mode 100644 index 000000000..84fa97506 --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/101-state.md @@ -0,0 +1 @@ +# State \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/102-props.md b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/102-props.md new file mode 100644 index 000000000..771503ccd --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/102-props.md @@ -0,0 +1 @@ +# Props \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/103-jsx.md b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/103-jsx.md new file mode 100644 index 000000000..1baa3ba13 --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/103-jsx.md @@ -0,0 +1 @@ +# Jsx \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/index.md b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/index.md new file mode 100644 index 000000000..90dcc5f62 --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/102-react/index.md @@ -0,0 +1 @@ +# React \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/101-pre-requisites/index.md b/src/data/roadmaps/react-native/content/101-pre-requisites/index.md new file mode 100644 index 000000000..a9b758d36 --- /dev/null +++ b/src/data/roadmaps/react-native/content/101-pre-requisites/index.md @@ -0,0 +1 @@ +# Pre requisites \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/100-create-expo-app.md b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/100-create-expo-app.md new file mode 100644 index 000000000..cddacd6f3 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/100-create-expo-app.md @@ -0,0 +1 @@ +# Create expo app \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/101-expo-snack.md b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/101-expo-snack.md new file mode 100644 index 000000000..5bea4d4b0 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/101-expo-snack.md @@ -0,0 +1 @@ +# Expo snack \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/102-expo-tradeoffs.md b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/102-expo-tradeoffs.md new file mode 100644 index 000000000..4056d6960 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/102-expo-tradeoffs.md @@ -0,0 +1 @@ +# Expo tradeoffs \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md new file mode 100644 index 000000000..64b9cf170 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md @@ -0,0 +1 @@ +# Expo \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/101-react-native-cli.md b/src/data/roadmaps/react-native/content/102-environment-setup/101-react-native-cli.md new file mode 100644 index 000000000..2ebac7aa7 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/101-react-native-cli.md @@ -0,0 +1 @@ +# React native cli \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/102-metro-bundler.md b/src/data/roadmaps/react-native/content/102-environment-setup/102-metro-bundler.md new file mode 100644 index 000000000..dd03bad23 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/102-metro-bundler.md @@ -0,0 +1 @@ +# Metro bundler \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/index.md b/src/data/roadmaps/react-native/content/102-environment-setup/index.md new file mode 100644 index 000000000..7ffba55b5 --- /dev/null +++ b/src/data/roadmaps/react-native/content/102-environment-setup/index.md @@ -0,0 +1 @@ +# Environment setup \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/100-running-on-device.md b/src/data/roadmaps/react-native/content/103-development-workflow/100-running-on-device.md new file mode 100644 index 000000000..0aba56279 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/100-running-on-device.md @@ -0,0 +1 @@ +# Running on device \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/100-dev-menu.md b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/100-dev-menu.md new file mode 100644 index 000000000..28115c776 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/100-dev-menu.md @@ -0,0 +1 @@ +# Dev menu \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/101-fast-refresh.md b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/101-fast-refresh.md new file mode 100644 index 000000000..e8dcbef77 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/101-fast-refresh.md @@ -0,0 +1 @@ +# Fast refresh \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/102-logbox.md b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/102-logbox.md new file mode 100644 index 000000000..306248805 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/102-logbox.md @@ -0,0 +1 @@ +# Logbox \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/103-sourcemaps.md b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/103-sourcemaps.md new file mode 100644 index 000000000..11449da3e --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/103-sourcemaps.md @@ -0,0 +1 @@ +# Sourcemaps \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/104-devtools.md b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/104-devtools.md new file mode 100644 index 000000000..307c36204 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/104-devtools.md @@ -0,0 +1 @@ +# Devtools \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/index.md b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/index.md new file mode 100644 index 000000000..948532978 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/101-debugging/index.md @@ -0,0 +1 @@ +# Debugging \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/103-development-workflow/index.md b/src/data/roadmaps/react-native/content/103-development-workflow/index.md new file mode 100644 index 000000000..c5d7dcaf3 --- /dev/null +++ b/src/data/roadmaps/react-native/content/103-development-workflow/index.md @@ -0,0 +1 @@ +# Development workflow \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/100-text.md b/src/data/roadmaps/react-native/content/104-core-components/100-text.md new file mode 100644 index 000000000..bf632d97e --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/100-text.md @@ -0,0 +1 @@ +# Text \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/101-text-input.md b/src/data/roadmaps/react-native/content/104-core-components/101-text-input.md new file mode 100644 index 000000000..e194163d4 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/101-text-input.md @@ -0,0 +1 @@ +# Text input \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/102-button.md b/src/data/roadmaps/react-native/content/104-core-components/102-button.md new file mode 100644 index 000000000..4fa718b1c --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/102-button.md @@ -0,0 +1 @@ +# Button \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/103-image.md b/src/data/roadmaps/react-native/content/104-core-components/103-image.md new file mode 100644 index 000000000..981ce214f --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/103-image.md @@ -0,0 +1 @@ +# Image \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/104-image-background.md b/src/data/roadmaps/react-native/content/104-core-components/104-image-background.md new file mode 100644 index 000000000..c46c6edf7 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/104-image-background.md @@ -0,0 +1 @@ +# Image background \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/105-switch.md b/src/data/roadmaps/react-native/content/104-core-components/105-switch.md new file mode 100644 index 000000000..b0cbcd593 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/105-switch.md @@ -0,0 +1 @@ +# Switch \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/106-status-bar.md b/src/data/roadmaps/react-native/content/104-core-components/106-status-bar.md new file mode 100644 index 000000000..fdcbb6ef5 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/106-status-bar.md @@ -0,0 +1 @@ +# Status bar \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/107-activity-indicator.md b/src/data/roadmaps/react-native/content/104-core-components/107-activity-indicator.md new file mode 100644 index 000000000..88bb9a608 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/107-activity-indicator.md @@ -0,0 +1 @@ +# Activity indicator \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/108-modal.md b/src/data/roadmaps/react-native/content/104-core-components/108-modal.md new file mode 100644 index 000000000..dceb6729a --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/108-modal.md @@ -0,0 +1 @@ +# Modal \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/109-pressable.md b/src/data/roadmaps/react-native/content/104-core-components/109-pressable.md new file mode 100644 index 000000000..7636aedea --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/109-pressable.md @@ -0,0 +1 @@ +# Pressable \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/110-view/100-safe-area-view.md b/src/data/roadmaps/react-native/content/104-core-components/110-view/100-safe-area-view.md new file mode 100644 index 000000000..68baea304 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/110-view/100-safe-area-view.md @@ -0,0 +1 @@ +# Safe area view \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/110-view/101-keyboard-avoiding-view.md b/src/data/roadmaps/react-native/content/104-core-components/110-view/101-keyboard-avoiding-view.md new file mode 100644 index 000000000..f3d6e576f --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/110-view/101-keyboard-avoiding-view.md @@ -0,0 +1 @@ +# Keyboard avoiding view \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/110-view/index.md b/src/data/roadmaps/react-native/content/104-core-components/110-view/index.md new file mode 100644 index 000000000..b19a80fb0 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/110-view/index.md @@ -0,0 +1 @@ +# View \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/111-listings/100-scroll-view.md b/src/data/roadmaps/react-native/content/104-core-components/111-listings/100-scroll-view.md new file mode 100644 index 000000000..e36b562a7 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/111-listings/100-scroll-view.md @@ -0,0 +1 @@ +# Scroll view \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/flat-list.md b/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/flat-list.md new file mode 100644 index 000000000..1f786c56b --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/flat-list.md @@ -0,0 +1 @@ +# Flat list \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/index.md b/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/index.md new file mode 100644 index 000000000..40de259ee --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/index.md @@ -0,0 +1 @@ +# List views \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/section-list.md b/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/section-list.md new file mode 100644 index 000000000..11ef4e18d --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/111-listings/101-list-views/section-list.md @@ -0,0 +1 @@ +# Section list \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/111-listings/102-refresh-control.md b/src/data/roadmaps/react-native/content/104-core-components/111-listings/102-refresh-control.md new file mode 100644 index 000000000..cb76a4f74 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/111-listings/102-refresh-control.md @@ -0,0 +1 @@ +# Refresh control \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/111-listings/index.md b/src/data/roadmaps/react-native/content/104-core-components/111-listings/index.md new file mode 100644 index 000000000..944baaf90 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/111-listings/index.md @@ -0,0 +1 @@ +# Listings \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/104-core-components/index.md b/src/data/roadmaps/react-native/content/104-core-components/index.md new file mode 100644 index 000000000..0c9b068f9 --- /dev/null +++ b/src/data/roadmaps/react-native/content/104-core-components/index.md @@ -0,0 +1 @@ +# Core components \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/105-platform-specific-code/100-platform-module.md b/src/data/roadmaps/react-native/content/105-platform-specific-code/100-platform-module.md new file mode 100644 index 000000000..3baa0683f --- /dev/null +++ b/src/data/roadmaps/react-native/content/105-platform-specific-code/100-platform-module.md @@ -0,0 +1 @@ +# Platform module \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/105-platform-specific-code/101-file-extensions.md b/src/data/roadmaps/react-native/content/105-platform-specific-code/101-file-extensions.md new file mode 100644 index 000000000..219754a62 --- /dev/null +++ b/src/data/roadmaps/react-native/content/105-platform-specific-code/101-file-extensions.md @@ -0,0 +1 @@ +# File extensions \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/105-platform-specific-code/102-react-native-web.md b/src/data/roadmaps/react-native/content/105-platform-specific-code/102-react-native-web.md new file mode 100644 index 000000000..f7ca88324 --- /dev/null +++ b/src/data/roadmaps/react-native/content/105-platform-specific-code/102-react-native-web.md @@ -0,0 +1 @@ +# React native web \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/105-platform-specific-code/index.md b/src/data/roadmaps/react-native/content/105-platform-specific-code/index.md new file mode 100644 index 000000000..8defe4cb9 --- /dev/null +++ b/src/data/roadmaps/react-native/content/105-platform-specific-code/index.md @@ -0,0 +1 @@ +# Platform specific code \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/106-styling/100-stylesheets.md b/src/data/roadmaps/react-native/content/106-styling/100-stylesheets.md new file mode 100644 index 000000000..afdb5de98 --- /dev/null +++ b/src/data/roadmaps/react-native/content/106-styling/100-stylesheets.md @@ -0,0 +1 @@ +# Stylesheets \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/106-styling/101-layouts.md b/src/data/roadmaps/react-native/content/106-styling/101-layouts.md new file mode 100644 index 000000000..bb2e69dee --- /dev/null +++ b/src/data/roadmaps/react-native/content/106-styling/101-layouts.md @@ -0,0 +1 @@ +# Layouts \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/106-styling/102-accessibility.md b/src/data/roadmaps/react-native/content/106-styling/102-accessibility.md new file mode 100644 index 000000000..55ffef6e3 --- /dev/null +++ b/src/data/roadmaps/react-native/content/106-styling/102-accessibility.md @@ -0,0 +1 @@ +# Accessibility \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/106-styling/index.md b/src/data/roadmaps/react-native/content/106-styling/index.md new file mode 100644 index 000000000..9b86fa435 --- /dev/null +++ b/src/data/roadmaps/react-native/content/106-styling/index.md @@ -0,0 +1 @@ +# Styling \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/107-networking/100-connectivity.md b/src/data/roadmaps/react-native/content/107-networking/100-connectivity.md new file mode 100644 index 000000000..04da5a77f --- /dev/null +++ b/src/data/roadmaps/react-native/content/107-networking/100-connectivity.md @@ -0,0 +1 @@ +# Connectivity \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/107-networking/101-fetch.md b/src/data/roadmaps/react-native/content/107-networking/101-fetch.md new file mode 100644 index 000000000..d723fb824 --- /dev/null +++ b/src/data/roadmaps/react-native/content/107-networking/101-fetch.md @@ -0,0 +1 @@ +# Fetch \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/107-networking/102-websockets.md b/src/data/roadmaps/react-native/content/107-networking/102-websockets.md new file mode 100644 index 000000000..83bdc0ca3 --- /dev/null +++ b/src/data/roadmaps/react-native/content/107-networking/102-websockets.md @@ -0,0 +1 @@ +# Websockets \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/107-networking/index.md b/src/data/roadmaps/react-native/content/107-networking/index.md new file mode 100644 index 000000000..e159d196c --- /dev/null +++ b/src/data/roadmaps/react-native/content/107-networking/index.md @@ -0,0 +1 @@ +# Networking \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/108-push-notifications.md b/src/data/roadmaps/react-native/content/108-push-notifications.md new file mode 100644 index 000000000..90f8b6ee9 --- /dev/null +++ b/src/data/roadmaps/react-native/content/108-push-notifications.md @@ -0,0 +1 @@ +# Push notifications \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/109-interactions/100-touchables.md b/src/data/roadmaps/react-native/content/109-interactions/100-touchables.md new file mode 100644 index 000000000..73dfa3510 --- /dev/null +++ b/src/data/roadmaps/react-native/content/109-interactions/100-touchables.md @@ -0,0 +1 @@ +# Touchables \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/109-interactions/101-gesture.md b/src/data/roadmaps/react-native/content/109-interactions/101-gesture.md new file mode 100644 index 000000000..f0038e44b --- /dev/null +++ b/src/data/roadmaps/react-native/content/109-interactions/101-gesture.md @@ -0,0 +1 @@ +# Gesture \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/109-interactions/102-scrolling-swiping.md b/src/data/roadmaps/react-native/content/109-interactions/102-scrolling-swiping.md new file mode 100644 index 000000000..1242bb23d --- /dev/null +++ b/src/data/roadmaps/react-native/content/109-interactions/102-scrolling-swiping.md @@ -0,0 +1 @@ +# Scrolling swiping \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/109-interactions/103-screen-navigation.md b/src/data/roadmaps/react-native/content/109-interactions/103-screen-navigation.md new file mode 100644 index 000000000..eb5c78088 --- /dev/null +++ b/src/data/roadmaps/react-native/content/109-interactions/103-screen-navigation.md @@ -0,0 +1 @@ +# Screen navigation \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/109-interactions/104-animations.md b/src/data/roadmaps/react-native/content/109-interactions/104-animations.md new file mode 100644 index 000000000..9786aeabf --- /dev/null +++ b/src/data/roadmaps/react-native/content/109-interactions/104-animations.md @@ -0,0 +1 @@ +# Animations \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/109-interactions/index.md b/src/data/roadmaps/react-native/content/109-interactions/index.md new file mode 100644 index 000000000..df84dbc8f --- /dev/null +++ b/src/data/roadmaps/react-native/content/109-interactions/index.md @@ -0,0 +1 @@ +# Interactions \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/110-deep-linking.md b/src/data/roadmaps/react-native/content/110-deep-linking.md new file mode 100644 index 000000000..8bcdd3299 --- /dev/null +++ b/src/data/roadmaps/react-native/content/110-deep-linking.md @@ -0,0 +1 @@ +# Deep linking \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/111-security/100-authentication.md b/src/data/roadmaps/react-native/content/111-security/100-authentication.md new file mode 100644 index 000000000..66a783b30 --- /dev/null +++ b/src/data/roadmaps/react-native/content/111-security/100-authentication.md @@ -0,0 +1 @@ +# Authentication \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/111-security/101-networking.md b/src/data/roadmaps/react-native/content/111-security/101-networking.md new file mode 100644 index 000000000..e159d196c --- /dev/null +++ b/src/data/roadmaps/react-native/content/111-security/101-networking.md @@ -0,0 +1 @@ +# Networking \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/111-security/102-storage.md b/src/data/roadmaps/react-native/content/111-security/102-storage.md new file mode 100644 index 000000000..19c72df0c --- /dev/null +++ b/src/data/roadmaps/react-native/content/111-security/102-storage.md @@ -0,0 +1 @@ +# Storage \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/111-security/index.md b/src/data/roadmaps/react-native/content/111-security/index.md new file mode 100644 index 000000000..f76df344c --- /dev/null +++ b/src/data/roadmaps/react-native/content/111-security/index.md @@ -0,0 +1 @@ +# Security \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/112-storage/100-async-storage.md b/src/data/roadmaps/react-native/content/112-storage/100-async-storage.md new file mode 100644 index 000000000..4131c179c --- /dev/null +++ b/src/data/roadmaps/react-native/content/112-storage/100-async-storage.md @@ -0,0 +1 @@ +# Async storage \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/112-storage/100-expo-secure-store.md b/src/data/roadmaps/react-native/content/112-storage/100-expo-secure-store.md new file mode 100644 index 000000000..a39625207 --- /dev/null +++ b/src/data/roadmaps/react-native/content/112-storage/100-expo-secure-store.md @@ -0,0 +1 @@ +# Expo secure store \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/112-storage/101-expo-file-system.md b/src/data/roadmaps/react-native/content/112-storage/101-expo-file-system.md new file mode 100644 index 000000000..b67cc09ce --- /dev/null +++ b/src/data/roadmaps/react-native/content/112-storage/101-expo-file-system.md @@ -0,0 +1 @@ +# Expo file system \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/112-storage/101-other-storage-options.md b/src/data/roadmaps/react-native/content/112-storage/101-other-storage-options.md new file mode 100644 index 000000000..4529dc527 --- /dev/null +++ b/src/data/roadmaps/react-native/content/112-storage/101-other-storage-options.md @@ -0,0 +1 @@ +# Other storage options \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/112-storage/102-expo-sqlite.md b/src/data/roadmaps/react-native/content/112-storage/102-expo-sqlite.md new file mode 100644 index 000000000..e9025e0fe --- /dev/null +++ b/src/data/roadmaps/react-native/content/112-storage/102-expo-sqlite.md @@ -0,0 +1 @@ +# Expo sqlite \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/112-storage/index.md b/src/data/roadmaps/react-native/content/112-storage/index.md new file mode 100644 index 000000000..19c72df0c --- /dev/null +++ b/src/data/roadmaps/react-native/content/112-storage/index.md @@ -0,0 +1 @@ +# Storage \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/113-testing/100-jest.md b/src/data/roadmaps/react-native/content/113-testing/100-jest.md new file mode 100644 index 000000000..535d60df1 --- /dev/null +++ b/src/data/roadmaps/react-native/content/113-testing/100-jest.md @@ -0,0 +1 @@ +# Jest \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/113-testing/101-react-test-renderer.md b/src/data/roadmaps/react-native/content/113-testing/101-react-test-renderer.md new file mode 100644 index 000000000..a6ca05c0e --- /dev/null +++ b/src/data/roadmaps/react-native/content/113-testing/101-react-test-renderer.md @@ -0,0 +1 @@ +# React test renderer \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/113-testing/102-react-native-testing-library.md b/src/data/roadmaps/react-native/content/113-testing/102-react-native-testing-library.md new file mode 100644 index 000000000..fbc609d51 --- /dev/null +++ b/src/data/roadmaps/react-native/content/113-testing/102-react-native-testing-library.md @@ -0,0 +1 @@ +# React native testing library \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/113-testing/103-detox.md b/src/data/roadmaps/react-native/content/113-testing/103-detox.md new file mode 100644 index 000000000..9e8f4aa5c --- /dev/null +++ b/src/data/roadmaps/react-native/content/113-testing/103-detox.md @@ -0,0 +1 @@ +# Detox \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/113-testing/104-appium.md b/src/data/roadmaps/react-native/content/113-testing/104-appium.md new file mode 100644 index 000000000..52f5e8ab4 --- /dev/null +++ b/src/data/roadmaps/react-native/content/113-testing/104-appium.md @@ -0,0 +1 @@ +# Appium \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/113-testing/index.md b/src/data/roadmaps/react-native/content/113-testing/index.md new file mode 100644 index 000000000..94cfd7d77 --- /dev/null +++ b/src/data/roadmaps/react-native/content/113-testing/index.md @@ -0,0 +1 @@ +# Testing \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/100-frame-rates.md b/src/data/roadmaps/react-native/content/114-performance/100-frame-rates.md new file mode 100644 index 000000000..b9c421cb2 --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/100-frame-rates.md @@ -0,0 +1 @@ +# Frame rates \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/101-common-problem-sources.md b/src/data/roadmaps/react-native/content/114-performance/101-common-problem-sources.md new file mode 100644 index 000000000..1f7571c8f --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/101-common-problem-sources.md @@ -0,0 +1 @@ +# Common problem sources \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/102-speeding-up-builds.md b/src/data/roadmaps/react-native/content/114-performance/102-speeding-up-builds.md new file mode 100644 index 000000000..3f4173c40 --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/102-speeding-up-builds.md @@ -0,0 +1 @@ +# Speeding up builds \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/103-optimizing-flatlist-config.md b/src/data/roadmaps/react-native/content/114-performance/103-optimizing-flatlist-config.md new file mode 100644 index 000000000..9c9d0c676 --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/103-optimizing-flatlist-config.md @@ -0,0 +1 @@ +# Optimizing flatlist config \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/104-ram-bundles.md b/src/data/roadmaps/react-native/content/114-performance/104-ram-bundles.md new file mode 100644 index 000000000..0c693a69c --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/104-ram-bundles.md @@ -0,0 +1 @@ +# Ram bundles \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/105-profiling.md b/src/data/roadmaps/react-native/content/114-performance/105-profiling.md new file mode 100644 index 000000000..f6c15c4d4 --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/105-profiling.md @@ -0,0 +1 @@ +# Profiling \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/114-performance/index.md b/src/data/roadmaps/react-native/content/114-performance/index.md new file mode 100644 index 000000000..55cb80a3a --- /dev/null +++ b/src/data/roadmaps/react-native/content/114-performance/index.md @@ -0,0 +1 @@ +# Performance \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/115-using-native-modules/100-for-ios.md b/src/data/roadmaps/react-native/content/115-using-native-modules/100-for-ios.md new file mode 100644 index 000000000..fd0b41256 --- /dev/null +++ b/src/data/roadmaps/react-native/content/115-using-native-modules/100-for-ios.md @@ -0,0 +1 @@ +# For ios \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/115-using-native-modules/101-for-android.md b/src/data/roadmaps/react-native/content/115-using-native-modules/101-for-android.md new file mode 100644 index 000000000..1ac93ca82 --- /dev/null +++ b/src/data/roadmaps/react-native/content/115-using-native-modules/101-for-android.md @@ -0,0 +1 @@ +# For android \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/115-using-native-modules/index.md b/src/data/roadmaps/react-native/content/115-using-native-modules/index.md new file mode 100644 index 000000000..6fdfe7bf8 --- /dev/null +++ b/src/data/roadmaps/react-native/content/115-using-native-modules/index.md @@ -0,0 +1 @@ +# Using native modules \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/116-publishing-apps/100-app-store.md b/src/data/roadmaps/react-native/content/116-publishing-apps/100-app-store.md new file mode 100644 index 000000000..869271d86 --- /dev/null +++ b/src/data/roadmaps/react-native/content/116-publishing-apps/100-app-store.md @@ -0,0 +1 @@ +# App store \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/116-publishing-apps/101-google-store.md b/src/data/roadmaps/react-native/content/116-publishing-apps/101-google-store.md new file mode 100644 index 000000000..996129551 --- /dev/null +++ b/src/data/roadmaps/react-native/content/116-publishing-apps/101-google-store.md @@ -0,0 +1 @@ +# Google store \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/116-publishing-apps/index.md b/src/data/roadmaps/react-native/content/116-publishing-apps/index.md new file mode 100644 index 000000000..c8d6ff829 --- /dev/null +++ b/src/data/roadmaps/react-native/content/116-publishing-apps/index.md @@ -0,0 +1 @@ +# Publishing apps \ No newline at end of file diff --git a/src/data/roadmaps/react-native/content/index.md b/src/data/roadmaps/react-native/content/index.md new file mode 100644 index 000000000..4e768b56d --- /dev/null +++ b/src/data/roadmaps/react-native/content/index.md @@ -0,0 +1 @@ +# \ No newline at end of file