Skip to content

Commit

Permalink
add harness test it on web
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Jan 26, 2024
1 parent b5806af commit 544ce54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app-harness/src/app/index.web.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import React from 'react';
import { testProps } from '../config';
import { Text, View } from 'react-native';

const App = () => {
return (
<View>
<Text>ReNative Harness</Text>
<Text {...testProps('app-harness-home-screen-intro-text')}>ReNative Harness</Text>
<Text>{`hermes: ${typeof HermesInternal === 'object' && HermesInternal !== null ? 'yes' : 'no'}`}</Text>
</View>
);
Expand Down

0 comments on commit 544ce54

Please sign in to comment.