Monday, Sep 15, 2025 at 1:18 PM

Testing

Here's a test.

const foo: string = 'bar';

function App() {
    return <View>{foo}</View>;
}
  • Foo

  • Bar

  • Baz