Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomocerquone/react-native-stuff
Some personal and useful react native components, services etc.
https://github.com/giacomocerquone/react-native-stuff
Last synced: 8 days ago
JSON representation
Some personal and useful react native components, services etc.
- Host: GitHub
- URL: https://github.com/giacomocerquone/react-native-stuff
- Owner: giacomocerquone
- Created: 2019-02-08T23:55:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T14:10:00.000Z (over 4 years ago)
- Last Synced: 2024-12-20T11:29:33.569Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-stuff
Some personal and useful react native components, services and much more, costantly updated.
## This is not a library
I hate libs that collects just a bunch of useful stuff that you can then import, especially when the amount of code is small or when the resources I want to expose are of various kind and not just, for example, components.
Probably github wasn't the right place to share this resources, but I don't know any other services that fits my needs.## What's in here
- A babel.config file which uses `babel-plugin-module-resolver` to be able to import a js file through an absolute path
- An handy tiny fetch wrapper (services/api.js) that implements **abortion** (it's **also polyfilled** where AbortController isn't supported), **token injection** and handy other futures in few js lines. I recommend you to **[read the blog](https://giacomocerquone.com/blog/fetch-wrapper)** post about it to see what it is and what you can do with it, but you also have the example folder.
- A small and simple **fastlane config** to build your ios and android app
- A navigation service used in conjuction with react-navigation (needs update to work with v5) to navigate outside of components' scope (such redux action creators or other points of your code).
- A react-native.config example file that lets you add a font to your RN 0.61 App### react-native-fast-layout
There is though a lib I decided to create which is [Fast Layout](https://github.com/giacomocerquone/react-native-fast-layout). It let's you create layouts pretty quickly in a flutter style. Try it and let me know what we can improve.
## Contribute
Open an issue and tell me what you'd like to see in here.