Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

fix: init and warnings supression #270

Merged
merged 4 commits into from
Aug 5, 2022
Merged

fix: init and warnings supression #270

merged 4 commits into from
Aug 5, 2022

Conversation

arthurbleilzup
Copy link
Contributor

Closes: #267

- What I did

  • Refactored the cli/index.js script
  • Suppressed the warnings created by the newer version of react-scripts
  • Fixed the link of the starting sample
  • Updated the react version

PS: Due to some issues related to Create React App (CRA) after version 5, this file is needed to be created.
More here:

- How to verify it
Create a new react project following the tutorial.

- Description for the changelog

  • Refactored the cli/index.js script
  • Suppressed the warnings created by the newer version of react-scripts
  • Fixed the link of the starting sample
  • Updated the react version

Signed-off-by: Arthur Bleil <[email protected]>
Signed-off-by: Arthur Bleil <[email protected]>
Signed-off-by: Arthur Bleil <[email protected]>
Signed-off-by: Arthur Bleil <[email protected]>
@github-actions
Copy link

github-actions bot commented Aug 5, 2022

👋 @arthurbleilzup
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Code coverage

Filename Statements Branches Functions Lines
src/components/BeagleText/index.tsx 88.89% 100% 100% 88.89%
src/utils/accessibility.ts 100% 90% 100% 100%
src/components/utils/withTheme.tsx 100% 100% 100% 100%
src/utils/array.ts 100% 100% 100% 100%
src/components/BeagleText/styled.ts 100% 75% 100% 100%
src/components/BeagleError/index.tsx 100% 100% 100% 100%
src/components/BeagleError/styled.ts 100% 100% 100% 100%
src/components/BeagleButton/index.tsx 71.43% 50% 75% 70%
src/components/BeagleButton/styled.ts 100% 100% 100% 100%
src/components/commons.styled.ts 100% 100% 100% 100%
src/components/BeagleDynamicLists/BeagleListView/index.tsx 100% 100% 100% 100%
src/components/BeagleDynamicLists/DynamicListCore/index.tsx 14.06% 0% 0% 16.36%
src/components/BeagleDynamicLists/DynamicListCore/scroll.ts 3.13% 0% 0% 3.85%
src/components/BeagleDynamicLists/DynamicListCore/styled.ts 14.29% 0% 0% 14.29%
src/components/BeagleTabBar/index.tsx 94.74% 57.14% 100% 100%
src/components/BeagleTabBar/styled.ts 100% 100% 100% 100%
src/components/BeagleImage/index.tsx 61.54% 0% 0% 61.54%
src/render/provider.ts 100% 100% 100% 100%
src/components/BeagleImage/styled.ts 75% 100% 0% 75%
src/components/BeagleContainer/index.tsx 46.15% 0% 0% 46.15%
src/components/BeagleContainer/styled.ts 100% 100% 100% 100%
src/components/BeagleSimpleForm/index.tsx 20% 0% 0% 22.22%
src/components/BeagleInput/index.tsx 88.89% 14.29% 100% 93.75%
src/components/BeagleInput/styled.ts 100% 50% 100% 100%
src/components/BeagleDynamicLists/BeagleGridView/index.tsx 100% 100% 100% 100%
src/components/BeagleTouchable/index.tsx 46.15% 0% 0% 46.15%
src/components/BeagleTouchable/styled.ts 100% 100% 100% 100%
src/components/BeagleLoading/index.tsx 70% 100% 0% 70%
src/components/Spinner/index.ts 100% 100% 100% 100%
src/components/utils/animation.ts 100% 100% 100% 100%
src/components/BeagleLoading/styled.ts 100% 100% 100% 100%
src/components/BeagleWebView/index.tsx 66.67% 100% 0% 66.67%
src/components/BeagleWebView/styled.ts 100% 100% 100% 100%
src/index.ts 0% 100% 0% 0%
src/render/beagle-widget/useWidget.ts 0% 0% 0% 0%
src/render/beagle-widget/index.tsx 0% 0% 0% 0%
src/render/renderer.ts 0% 0% 0% 0%
src/render/BeagleId.tsx 0% 0% 0% 0%
src/render/component.tsx 0% 0% 0% 0%
src/render/beagle-navigator/index.tsx 0% 0% 0% 0%
src/render/beagle-navigator/useNavigator.ts 0% 0% 0% 0%
src/models/index.ts 0% 100% 100% 0%
src/components/index.ts 0% 100% 100% 0%
src/components/BeagleScreen/index.tsx 0% 100% 0% 0%
src/components/BeagleScreen/styled.ts 0% 100% 100% 0%
src/components/BeaglePageView/styled.ts 0% 0% 100% 0%
src/components/BeaglePageView/KeyboardArrowLeft.tsx 0% 100% 0% 0%
src/components/BeaglePageView/index.tsx 0% 0% 0% 0%
src/components/BeagleLazy/index.tsx 0% 0% 0% 0%
src/utils/beagleComponent.ts 0% 0% 0% 0%
src/utils/commons.styled.ts 0% 100% 100% 0%
src/utils/listview.ts 0% 0% 0% 0%

@Tiagoperes Tiagoperes merged commit 0bd1a8e into main Aug 5, 2022
@Tiagoperes Tiagoperes deleted the fix/init branch August 5, 2022 20:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants