Skip to content

Commit

Permalink
Merge pull request #110 from hirokazutei/develop
Browse files Browse the repository at this point in the history
RELEASE: v1.2.0
  • Loading branch information
hirokazutei authored Jan 17, 2021
2 parents 94f7bbb + 20cf009 commit 8f2599b
Show file tree
Hide file tree
Showing 145 changed files with 13 additions and 10,635 deletions.
15 changes: 0 additions & 15 deletions .flowconfig

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ All notable changes to this project will be documented in this file.

- A link to the blog post explaining the sentiment behind this library was added to `README.md`.
- Examples now use factory methods to obtain `Stack`, `Queue` and `Inset`.
- Moved the flow example project to another repository. [HERE](https://github.com/hirokazutei/react-native-spacing-system-flow-example)

### Removed

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { insetFactory } from "react-native-spacing-system";
import { insetFactory } from "../../../../src/index";
import { spacing } from "../../constants/spacing";

const inset = insetFactory(spacing);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { queueFactory } from "react-native-spacing-system";
import { queueFactory } from "../../../../src/index";
import { spacing } from "../../constants/spacing";

const queue = queueFactory(spacing);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { stackFactory } from "react-native-spacing-system";
import { stackFactory } from "../../../../src/index";
import { spacing } from "../../constants/spacing";

const stack = stackFactory(spacing);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
import { Image, StyleSheet, Text, View } from "react-native";
import { DebugContext } from "react-native-spacing-system";
import { DebugContext } from "../../../../src/index";
import { DebugProp as Prop } from "../../App";
import { colors } from "../../constants/colors";
import { fontSize } from "../../constants/fontSize";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { Image, StyleSheet, View, Text } from "react-native";
import { DebugContext } from "react-native-spacing-system";
import { DebugContext } from "../../../../src/index";
import { DebugProp as Prop } from "../../App";
import { colors } from "../../constants/colors";
import { fontSize } from "../../constants/fontSize";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
import { StyleSheet, View, Text, ScrollView } from "react-native";
import { DebugContext } from "react-native-spacing-system";
import { DebugContext } from "../../../../src/index";
import { DebugProp as Prop } from "../../App";
import { colors } from "../../constants/colors";
import { fontSize } from "../../constants/fontSize";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
import { StyleSheet, View, Text, ScrollView } from "react-native";
import { DebugContext } from "react-native-spacing-system";
import { DebugContext } from "../../../../src/index";
import { DebugProp as Prop } from "../../App";
import { spacingKeysList } from "../../constants/spacing";
import Button from "../atoms/Button";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3149,9 +3149,9 @@ inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@~2.0.3:
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

ini@~1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
version "1.3.7"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84"
integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==

inquirer@^3.0.6:
version "3.3.0"
Expand Down
3 changes: 0 additions & 3 deletions examples/FlowProjectExample/.babelrc

This file was deleted.

4 changes: 0 additions & 4 deletions examples/FlowProjectExample/.eslintrc.js

This file was deleted.

99 changes: 0 additions & 99 deletions examples/FlowProjectExample/.flowconfig

This file was deleted.

6 changes: 0 additions & 6 deletions examples/FlowProjectExample/.prettierrc.js

This file was deleted.

55 changes: 0 additions & 55 deletions examples/FlowProjectExample/android/app/BUCK

This file was deleted.

Loading

0 comments on commit 8f2599b

Please sign in to comment.