---
title: "Nutrient React Native SDK troubleshooting | Nutrient SDK"
canonical_url: "https://www.nutrient.io/guides/react-native/troubleshooting/"
md_url: "https://www.nutrient.io/guides/react-native/troubleshooting.md"
last_updated: "2026-06-18T00:00:00.000Z"
description: "Solutions for common issues and errors in Nutrient React Native SDK with debugging tips and workarounds."
---

# Troubleshooting

Troubleshoot common issues you might encounter when setting up Nutrient React Native SDK:

- [Finding the app bundle ID](/guides/react-native/troubleshooting/finding-the-bundle-id.md)

- [Getting the currently used version](/guides/react-native/troubleshooting/getting-the-currently-used-version.md)

- [What is a bundle ID?](/guides/react-native/troubleshooting/what-is-a-bundle-id.md)

- [What is an app ID?](/guides/react-native/troubleshooting/what-is-an-app-id.md)

- [Add the license key](/guides/react-native/troubleshooting/add-license-key.md)

- [Gradle plugin requires Java 11](/guides/react-native/troubleshooting/android-gradle-plugin-requires-java-11.md)

- [Status bar appearance](/guides/react-native/troubleshooting/view-controller-based-status-bar-appearance.md)

- [Android back button crash](/guides/react-native/troubleshooting/handling-back-navigation-with-react-native-screens.md)

- [Out-of-memory build error (Android)](/guides/react-native/troubleshooting/out-of-memory-error-react-native-android.md)

- [TextInput render crash (Android)](/guides/react-native/troubleshooting/textinput-error-react-native-android.md)

- [Xcode error 65 (missing library)](/guides/react-native/troubleshooting/xcode-error-65-missing-required-target-architectures-react-native.md)

- [New architecture build issues](/guides/react-native/troubleshooting/new-architecture-build-issues.md)

- [Toolbar menu items not rendering](/guides/react-native/troubleshooting/react-navigation.md)

- [Outdated render cache](/guides/react-native/troubleshooting/outdated-render-cache.md)

- [Nightlies](/guides/react-native/troubleshooting/nightlies.md)

- [CMake/Ninja path length error on Windows](/guides/react-native/troubleshooting/windows-path-length-cmake-error.md)

- [NutrientView inside a modal on Android](/guides/react-native/troubleshooting/nutrientview-modal-android.md)

---

## Related pages

- [How to find your iOS app bundle ID easily](/guides/react-native/troubleshooting/finding-the-bundle-id.md)
- [Guide to adding a Nutrient license key in React Native](/guides/react-native/troubleshooting/add-license-key.md)
- [Find out your Nutrient version easily](/guides/react-native/troubleshooting/getting-the-currently-used-version.md)
- [Android Gradle Plugin Requires Java 11](/guides/react-native/troubleshooting/android-gradle-plugin-requires-java-11.md)
- [Fixing Android back button crash with Nutrient](/guides/react-native/troubleshooting/handling-back-navigation-with-react-native-screens.md)
- [Fix new architecture build issues in React Native](/guides/react-native/troubleshooting/new-architecture-build-issues.md)
- [Managing Nutrient's render cache effectively](/guides/react-native/troubleshooting/outdated-render-cache.md)
- [Nightlies](/guides/react-native/troubleshooting/nightlies.md)
- [NutrientView inside a modal is blank or crashes on Android](/guides/react-native/troubleshooting/nutrientview-modal-android.md)
- [Out Of Memory Error React Native Android](/guides/react-native/troubleshooting/out-of-memory-error-react-native-android.md)
- [React Navigation](/guides/react-native/troubleshooting/react-navigation.md)
- [Textinput Error React Native Android](/guides/react-native/troubleshooting/textinput-error-react-native-android.md)
- [CMake/Ninja build error caused by long file paths on Windows](/guides/react-native/troubleshooting/windows-path-length-cmake-error.md)
- [View controller-based status bar appearance](/guides/react-native/troubleshooting/view-controller-based-status-bar-appearance.md)
- [Understanding bundle IDs for iOS app development](/guides/react-native/troubleshooting/what-is-a-bundle-id.md)
- [Fix Xcode error code 65 for React Native on M1 Macs](/guides/react-native/troubleshooting/xcode-error-65-missing-required-target-architectures-react-native.md)
- [Understanding app IDs in Android development](/guides/react-native/troubleshooting/what-is-an-app-id.md)

