Skip to content

Commit eb2d51f

Browse files
Upgrade Calculator Fabric to React Native 0.80.x dependencies
Co-authored-by: HariniMalothu17 <185761277+HariniMalothu17@users.noreply.github.com>
1 parent c64f781 commit eb2d51f

5 files changed

Lines changed: 844 additions & 1592 deletions

File tree

samples/Calculator/fabric/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ export default class App extends React.Component {
271271
}
272272
}
273273

274-
AppRegistry.registerComponent('Bootstrap', () => Bootstrap);
274+
AppRegistry.registerComponent('Bootstrap', () => App);

samples/Calculator/fabric/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample showcases the usage of React Native for Windows to build a simple calculator that is hosted on the experimental [Fabric rendering system](https://github.com/microsoft/react-native-windows/issues/12042).
44

5-
Currently this samples targets RNW 0.79
5+
Currently this samples targets RNW 0.80
66

77
### Setup
88
First, make sure you've met the [React Native Windows System Requirements](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies).

0 commit comments

Comments
 (0)