Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds base theming, elements & components #2

Merged
merged 20 commits into from
Dec 7, 2020
Merged

Conversation

l2succes
Copy link
Contributor

@l2succes l2succes commented Dec 1, 2020

This PR sets up the infrastructure for theming and fonts to be used for both react and react-native apps.

I also generated the module using (`react-native-builder-bob)[https://github.com/callstack/react-native-builder-bob] which help make sure the library is well set up to be consumed in a react native app.

It also sets up an example app which can be used to develop components before being integrated into the host app.

Development

To compile your changes run the following commands:

Run yarn watch
In a separate terminal, run yarn copy-watch

Make sure harvest and eclipse are in the same root directory

Changes

  • Infrastructure
  • Colors
  • Typography
  • Theming

Elements

  • Box
  • Flex
  • Spacer

Components

  • Button
  • Spinner

@l2succes l2succes marked this pull request as draft December 1, 2020 22:32
@l2succes
Copy link
Contributor Author

l2succes commented Dec 1, 2020

I'm still fixing a couple of things

@l2succes l2succes marked this pull request as ready for review December 7, 2020 20:01
@l2succes l2succes merged commit 0c1f3fa into main Dec 7, 2020
@l2succes l2succes deleted the feature/elements branch December 7, 2020 21:38
@l2succes l2succes restored the feature/elements branch December 8, 2020 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants