Skip to content

Commit

Permalink
Merge pull request #212 from kilowatts-io/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
BenjaminWatts authored Feb 23, 2024
2 parents 24c3d2b + 8f43ec2 commit 285b4f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/gb-live/version-info.web.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// text compoment which renders version information from expo-updates
import React from "react";

const VersionInfo: React.FC = () => {
return null;
};

export default VersionInfo;

0 comments on commit 285b4f9

Please sign in to comment.