Remove the React Native introduction GIF and update the navigation selection guidance. The 'How to choose' section now emphasizes selecting the navigation mode in ABP Studio during the Mobile Framework step, removes the CLI/template-config mention, and warns that switching later requires manually adding the missing navigator package (@react-navigation/drawer or @react-navigation/bottom-tabs) and updating src/AppContainer.tsx and src/navigators/types.ts. Recommend picking the mode upfront.
Add a new Styling with NativeWind guide for the React Native template and update related docs and assets. This commit introduces docs/en/framework/ui/react-native/styling-with-nativewind.md (theme tokens, dark mode, useThemeColors, customization), adds images (rn-home-screen.png, rn-nav-comparison.png) and replaces rn-login-iphone.png. It also updates the React Native index page to mention NativeWind, adds a navigation overview, and registers the new guide in docs-nav.json. Finally, the mobile-applications.md files for the layered-web-application and microservice templates were updated to reference NativeWind and to clarify the project structure and NativeWind config files.
Normalize Markdown in several docs: corrected code fence markers, fixed mismatched/backticked bold items and list formatting, removed stray dashes and extra whitespace, and standardized image placeholders. Files updated: docs/en/cli/index.md (fix command list/backtick issues and trailing newlines), docs/en/framework/ui/mvc-razor-pages/overall.md (fix code fences, list markers, and image text), and docs/en/framework/ui/react-native/index.md (normalize code fences, image placeholders, CLI notes, ports/examples formatting, and a password escaping fix). These are formatting-only changes to improve consistency and rendering.
Added a new section explaining how to enable Fast Refresh in React Native using the Developer Menu on Android emulators. Includes adb command, keyboard shortcuts, and step-by-step guidance for developers.