Skip to content

Commit

Permalink
chore: release 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Apr 19, 2024
1 parent 1cdb30a commit a837583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Stack = createNativeStackNavigator()
function App() {
return (
<NavigationContainer>
<Stack.Navigator>
<Stack.Navigator initialRouteName="FadingLight">
<Stack.Screen name="Home" component={HomeScreen} />
<Stack.Screen
name="AnimationTransitions"
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-filament",
"version": "0.23.1",
"version": "0.23.2",
"description": "A real-time physically based 3D rendering engine for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit a837583

Please sign in to comment.