You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Configure Codegen to run" section in the fabric-native-components-introduction documentation appears to be incorrect or contains inaccurate information in version 0.76
#4516
The text was updated successfully, but these errors were encountered:
koreanddinghwan
changed the title
The "Configure Codegen to run" section in the fabric-native-components-introduction documentation appears to be incorrect or contains inaccurate information.
The "Configure Codegen to run" section in the fabric-native-components-introduction documentation appears to be incorrect or contains inaccurate information in version 0.76
Feb 18, 2025
import React from 'react';
import { NavigationContainer } from '@react-navigation/native';
import { createStackNavigator } from '@react-navigation/stack';
import LoginScreen from './screens/LoginScreen';
import ChatListScreen from './screens/ChatListScreen';
import ChatScreen from './screens/ChatScreen';
Description
fabric-native-components-introduction#1-run-codegen
react-native-website/website/versioned_docs/version-0.76/fabric-native-components-ios.md
Line 21 in 2637718
this should be changed into
bundle exec pod install
fabric-native-components-introduction#2-configure-codegen-to-run
react-native-website/website/versioned_docs/version-0.76/fabric-native-components.md
Line 131 in 2637718
this should be changed into
com.webview
Documentation version
0.76
The text was updated successfully, but these errors were encountered: