Skip to content

Commit fcc3209

Browse files
committed
chore: update example
1 parent 2437deb commit fcc3209

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

example/app/bleed/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* eslint-disable react-native/no-raw-text */
22

33
/* eslint-disable import/no-default-export */
4+
import * as React from 'react';
5+
46
import { Bleed, Stack } from '@grapp/stacks';
57

68
import { Placeholder } from '../components/Placeholder';

example/app/columns/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Column, Columns, Hidden, Stack } from '@grapp/stacks';

example/app/float-box/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { FloatBox } from '@grapp/stacks';

example/app/grid/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Grid } from '@grapp/stacks';

example/app/inline/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Inline, Stack } from '@grapp/stacks';

example/app/inset/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Inset, Stack } from '@grapp/stacks';

example/app/rows/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Row, Rows } from '@grapp/stacks';

example/app/stack/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Stack } from '@grapp/stacks';

example/app/tiles/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable react-native/no-raw-text */
2+
import * as React from 'react';
23

34
/* eslint-disable import/no-default-export */
45
import { Tiles } from '@grapp/stacks';

0 commit comments

Comments
 (0)