Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: troubleshooting
title: Troubleshooting
sidebar_label: Troubleshooting
---

Here you can find some solutions of common issues. These are not the library's bugs or your mistakes.

### Android back button after using core-js `Symbol` polyfill

Related issue: https://github.com/react-navigation/react-navigation/issues/5171

This is due to the fact that by default in older `react-native` versions (`<=0.59.0`), the Javascript engine used in Android (JSC) was really outdated and missing some new and important features such as `Symbol`. However, you can easily upgrade the JSC yourself according to [this guide](https://github.com/react-community/jsc-android-buildscripts)

> Please note that from `react-native@^0.59.0` and `expo@^31.0.0` the newer JSC Engine for Android is already included by default so you don't have to do anything :)
12 changes: 12 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@
"title": "Transitioner",
"sidebar_label": "Transitioner"
},
"troubleshooting": {
"title": "Troubleshooting",
"sidebar_label": "Troubleshooting"
},
"web-support": {
"title": "React Navigation on the Web",
"sidebar_label": "Web support"
Expand Down Expand Up @@ -681,6 +685,10 @@
"title": "Transitioner",
"sidebar_label": "Transitioner"
},
"version-2.x-troubleshooting": {
"title": "Troubleshooting",
"sidebar_label": "Troubleshooting"
},
"version-2.x-with-navigation-focus": {
"title": "withNavigationFocus",
"sidebar_label": "withNavigationFocus"
Expand Down Expand Up @@ -869,6 +877,10 @@
"title": "Transitioner",
"sidebar_label": "Transitioner"
},
"version-3.x-troubleshooting": {
"title": "Troubleshooting",
"sidebar_label": "Troubleshooting"
},
"version-3.x-web-support": {
"title": "React Navigation on the Web",
"sidebar_label": "Web support"
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"transitioner"
],
"Additional Resources": [
"troubleshooting",
"community-libraries-and-navigators",
"more-resources"
],
Expand Down
16 changes: 16 additions & 0 deletions website/versioned_docs/version-2.x/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: version-2.x-troubleshooting
title: Troubleshooting
sidebar_label: Troubleshooting
original_id: troubleshooting
---

Here you can find some solutions of common issues. These are not the library's bugs or your mistakes.

### Android back button after using core-js `Symbol` polyfill

Related issue: https://github.com/react-navigation/react-navigation/issues/5171

This is due to the fact that by default in older `react-native` versions (`<=0.59.0`), the Javascript engine used in Android (JSC) was really outdated and missing some new and important features such as `Symbol`. However, you can easily upgrade the JSC yourself according to [this guide](https://github.com/react-community/jsc-android-buildscripts)

> Please note that from `react-native@^0.59.0` and `expo@^31.0.0` the newer JSC Engine for Android is already included by default so you don't have to do anything :)
16 changes: 16 additions & 0 deletions website/versioned_docs/version-3.x/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: version-3.x-troubleshooting
title: Troubleshooting
sidebar_label: Troubleshooting
original_id: troubleshooting
---

Here you can find some solutions of common issues. These are not the library's bugs or your mistakes.

### Android back button after using core-js `Symbol` polyfill

Related issue: https://github.com/react-navigation/react-navigation/issues/5171

This is due to the fact that by default in older `react-native` versions (`<=0.59.0`), the Javascript engine used in Android (JSC) was really outdated and missing some new and important features such as `Symbol`. However, you can easily upgrade the JSC yourself according to [this guide](https://github.com/react-community/jsc-android-buildscripts)

> Please note that from `react-native@^0.59.0` and `expo@^31.0.0` the newer JSC Engine for Android is already included by default so you don't have to do anything :)
1 change: 1 addition & 0 deletions website/versioned_sidebars/version-2.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"version-2.x-transitioner"
],
"Related Resources": [
"version-2.x-troubleshooting",
"version-2.x-community-libraries-and-navigators",
"version-2.x-more-resources"
],
Expand Down
1 change: 1 addition & 0 deletions website/versioned_sidebars/version-3.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"version-3.x-transitioner"
],
"Related Resources": [
"version-3.x-troubleshooting",
"version-3.x-community-libraries-and-navigators",
"version-3.x-more-resources"
],
Expand Down