-
Updated
Sep 9, 2021 - Objective-C
expo
Here are 4,756 public repositories matching this topic...
Issue Type (check one)
- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offse-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Aug 3, 2021 - TypeScript
This is only used for get and set methods, and makes up 15% of the expo/config-plugins bundle (10% of expo/config). Every expo module installs config-plugins so this would positively effect a lot of projects.
Add Rename script
It's a pretty common task - to rename an application you are building from the starter kit. So let's make it easy.
Pepperoni app kit has a script for renaming and it worked fine for their kit. It may be a great point to start: https://github.com/futurice/pepperoni-app-kit/blob/master/support/rename.sh
I think we need to write some bash script that will let us to run something like `yarn ren
Implement all functionality of reports module for mobile platforms
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Aug 23, 2021 - TypeScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 17, 2021 - TypeScript
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Sep 6, 2021 - JavaScript
Overview
- A user preference screen
- An option for the user choose the language of the app
- This data must be persisted on backend side
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
Simply adding a settings screen can open new horizons for controlling backend, logins and more features. I am not sure whether it is best to have the settings as a drawer or a full screen yet. I believe we need to check how Google and Apple photos done this
Dark Mode!
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the expo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the expo topic, visit your repo's landing page and select "manage topics."
We should discuss/consider using
baseUrlin our tsconfig so we can change imports like this:to this
Docs: https://www.typescriptlang.org/tsconfig#baseUrl