0.0.31 • Published 5 years ago
edge-components v0.0.31
Edge Components
React Native Component catalog and development environment for iOS and Android
Install Dependencies
yarn```
## Install & Run
```javascript
# installs on iPhone6 by default
react-native run-ios
# In a browser, open localhost:7007 to use the web interface
# installs on specific iOS
react-native run-ios --simulator="iPhone X"
# In a browser, open localhost:7007 to use the web interface
react-native run-android
# In a browser, open localhost:7007 to use the web interface
How To Develop A Component
- Setup new component
- Add new component to
src/
- Add new component to
- Setup new story
- Add new story to
storybook/
- Add a
<Scene>
- Add
<Header>
,<Body>
,<Footer>
<YesNoModal>
<PrimaryButton>
(optional) - Add new component
- Add new story to
- Tweak new component
JSX Preview (docs)
Using the Knobs
addon, users of this catalog can modify properties of the component from the web interface (localhost:7007
)
Knobs (docs)
Using the Knobs
addon, users of this catalog can modify properties of the component from the web interface (localhost:7007
)
Having trouble?
Problem:
TypeError: undefined is not a function (evaluating 'Object.getOwnPropertySymbols(object)')
Solution:
Android must be run in debug mode
to function properly
Problem:
'websocket: connection error', 'Failed to connect to localhost/127.0.0.1:7007'
Solution:
adb reverse tcp:7007 tcp:7007
Contributing
Please follow the coding conventions defined in Edge Conventions
0.0.31
5 years ago
0.0.30
5 years ago
0.0.29
5 years ago
0.0.28
5 years ago
0.0.27
5 years ago
0.0.26
6 years ago
0.0.25
6 years ago
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.111
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago