Skip to content

Commit

Permalink
Restore original App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Dec 4, 2024
1 parent 3686782 commit 9a9d8ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import {PlatformInfo} from './PlatformInfo';
console.log(Animated);

export default function App() {
const [value, setValue] = React.useState(
['# Hello world', '# Hello world', '# Hello world'].join('\n'),
);
const [value, setValue] = React.useState(TEST_CONST.EXAMPLE_CONTENT);
const [textColorState, setTextColorState] = React.useState(false);
const [linkColorState, setLinkColorState] = React.useState(false);
const [textFontSizeState, setTextFontSizeState] = React.useState(false);
Expand Down

0 comments on commit 9a9d8ed

Please sign in to comment.