This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
robosats
Watch
1
Star
0
Fork
0
You've already forked robosats
mirror of
https://github.com/RoboSats/robosats.git
synced
2024-12-13 19:06:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9f5c39489d
robosats
/
mobile
/
babel.config.js
6 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix mobile eslint
2024-10-19 13:33:55 +00:00
/* global module */
Add android webview app (#259) * Add android build workflow * Initial webview on tsx template * Insert ReactJS app from local * Add Android app icon by @red_purdy (#174) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com> * Fix local reactjs * Add setup guide. Bundled dev main.js * Add react native tor * Move Android CHANGELOG.md to /mobile * Add torified webview in react-native (#247) * Add android build workflow * Android Tor Requests * Fetching internal files (i18n) * react-native-tor does not implement PUT * Get Files from Tor * Revert "Add android build workflow" This reverts commit 340bcf8d1c8703af31dddf12a8762d39a967b160. * Fix Rebase Removals * External sources * react-native-tor crashes * Last Refactor * Fix/revert setup guide * Add /mobile as volume to npm-dev container On the fully dockerized dev environment the npm process cannot save files outside of /frontend directory. Now it can also save the builds to /mobile * Fix UsafeAlert * Run prettier * Run lint:fix * Main Profile Image fix * Remove Tor Requests limitation Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com> Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com> Co-authored-by: KoalaSat <yv1vtrul@duck.com>
2022-09-28 12:08:16 +00:00
module
.
exports
=
{
presets
:
[
'module:metro-react-native-babel-preset'
]
,
}
;
Reference in New Issue
Copy Permalink