-
Updated
Feb 1, 2022 - Objective-C
expo
Here are 5,544 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
Jan 16, 2022 - JavaScript
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Feb 1, 2022 - 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.
-
Updated
Jan 18, 2022 - TypeScript
-
Updated
Jan 25, 2022 - TypeScript
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
Feb 1, 2022 - JavaScript
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Jan 22, 2022 - TypeScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Feb 1, 2022 - TypeScript
-
Updated
Nov 28, 2021 - TypeScript
-
Updated
Feb 1, 2022 - TypeScript
As we've implemented the i18n resource on this project, we want the users to be able to choose the app language.
- Build the user preference screen
- Add mutation to persist the user preferences
- Add query to return the user preferences
-
Updated
Jan 27, 2022 - TypeScript
Dark Mode!
Would be cool to have Dark Mode integrated earlier, saves us time if we implement it incrementally.
-
Updated
Sep 21, 2021 - JavaScript
Describe the bug
When I use control type number for property
monthsBefore: {
control: {
type: 'number'
}
}preview rerenders immediately while I'm typing new value.
That leads to invalid empty string being passed to as number value (when I delete old number and try to insert new number).
Expected behavior
Don't rerender immedi
-
Updated
Sep 1, 2021 - 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