Skip to content

Commit

Permalink
chore: add layout.riv to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Nov 1, 2024
1 parent d055196 commit a6c4506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
9D879D0B26578A5E00D01424 /* artboard_animations.riv in Resources */ = {isa = PBXBuildFile; fileRef = 9D879D0A26578A5E00D01424 /* artboard_animations.riv */; };
9D879D0D265BF2A400D01424 /* ui_swipe_left_to_delete.riv in Resources */ = {isa = PBXBuildFile; fileRef = 9D879D0C265BF2A400D01424 /* ui_swipe_left_to_delete.riv */; };
9DBF1CC52684937E0008391A /* v6_file.riv in Resources */ = {isa = PBXBuildFile; fileRef = 9DBF1CC42684937E0008391A /* v6_file.riv */; };
9E4A84022CD5898A0010A04B /* layouts.riv in Resources */ = {isa = PBXBuildFile; fileRef = 9E4A84012CD5898A0010A04B /* layouts.riv */; };
C3C07472283BE07300E8EB33 /* hero_editor.riv in Resources */ = {isa = PBXBuildFile; fileRef = C3C07471283BE07300E8EB33 /* hero_editor.riv */; };
E554409B2A79DC8100D550DE /* hello_world_text.riv in Resources */ = {isa = PBXBuildFile; fileRef = E554409A2A79DC8100D550DE /* hello_world_text.riv */; };
E5637D7A292BD27F000CBC1E /* skills_listener.riv in Resources */ = {isa = PBXBuildFile; fileRef = E5637D79292BD26D000CBC1E /* skills_listener.riv */; };
Expand Down Expand Up @@ -87,6 +88,7 @@
9D879D0A26578A5E00D01424 /* artboard_animations.riv */ = {isa = PBXFileReference; lastKnownFileType = file; path = artboard_animations.riv; sourceTree = "<group>"; };
9D879D0C265BF2A400D01424 /* ui_swipe_left_to_delete.riv */ = {isa = PBXFileReference; lastKnownFileType = file; path = ui_swipe_left_to_delete.riv; sourceTree = "<group>"; };
9DBF1CC42684937E0008391A /* v6_file.riv */ = {isa = PBXFileReference; lastKnownFileType = file; path = v6_file.riv; sourceTree = "<group>"; };
9E4A84012CD5898A0010A04B /* layouts.riv */ = {isa = PBXFileReference; lastKnownFileType = file; name = layouts.riv; path = Assets/layouts.riv; sourceTree = "<group>"; };
B4756AFE35A048338799A25D /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
B67E7AEF25D549FDAA873610 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; };
C3C07471283BE07300E8EB33 /* hero_editor.riv */ = {isa = PBXFileReference; lastKnownFileType = file; path = hero_editor.riv; sourceTree = "<group>"; };
Expand Down Expand Up @@ -222,6 +224,7 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
9E4A84012CD5898A0010A04B /* layouts.riv */,
9D4FE60A26493B460098BF6A /* Assets */,
13B07FAE1A68108700A75B9A /* RiveReactNativeExample */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
Expand Down Expand Up @@ -418,6 +421,7 @@
E5637D7A292BD27F000CBC1E /* skills_listener.riv in Resources */,
04A886F326A990050078530A /* two_bone_ik.riv in Resources */,
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
9E4A84022CD5898A0010A04B /* layouts.riv in Resources */,
9DBF1CC52684937E0008391A /* v6_file.riv in Resources */,
9D4FE6122649427F0098BF6A /* bird.riv in Resources */,
E554409B2A79DC8100D550DE /* hello_world_text.riv in Resources */,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rive-react-native",
"version": "8.0.0",
"version": "8.1.0",
"description": "Rive React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit a6c4506

Please sign in to comment.