Skip to content

Commit

Permalink
💄 Gloss: Ex - Add Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 8, 2023
1 parent bf9aaf9 commit a3bc6aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/src/examples/Test00.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Note: Created based on `example/src_old/ModalViewTest0.js`

import * as React from 'react';
import { StyleSheet } from 'react-native';

Expand Down
2 changes: 2 additions & 0 deletions example/src/examples/Test01.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Note: Created based on `example/src_old/ModalViewTest1.js`

import * as React from 'react';
import { StyleSheet } from 'react-native';

Expand Down
2 changes: 2 additions & 0 deletions example/src/examples/Test02.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Note: Created based on `example/src_old/ModalViewTest2.js`

import * as React from 'react';
import { StyleSheet, Text } from 'react-native';

Expand Down
2 changes: 2 additions & 0 deletions example/src/examples/Test03.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Note: Created based on `example/src_old/ModalViewTest3.js`

import * as React from 'react';
import { StyleSheet } from 'react-native';

Expand Down
2 changes: 2 additions & 0 deletions example/src/examples/Test04.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Note: Created based on `example/src_old/ModalViewTest4.js`

import * as React from 'react';
import { StyleSheet } from 'react-native';

Expand Down

0 comments on commit a3bc6aa

Please sign in to comment.