Common package with many useful features for mobile development
...coming soon...
npm i @appello/mobileImport modules you need in your code:
#### import { someUtil } from '@appello/mobile/dist/utils';
assign it to one of maintainers!!.Before you start, don't forget to switch the directory you want to work in.
Then run 'npm i' in this directory.
If you are creating a new module/function/component etc., do not forget to make export in index.ts of
its folder:
#### export * from './useSearchParams';
If you need to create new module, do not forget to add index.ts with exports.
#### !!! Do not change config files if you don't have clear explanation why you want to do it. In case you have, please contact any maintainer, otherwise it would be rejected. !!!
npm version [ | major | minor | patch ] The next step is just publish new version:
#### npm publish
IMPORTANT!! Don't forget to push&merge into git repo to keep it up-to-date.