Jon Samp
Jon Samp
# Feature Request It would be great to show developers using packages how they could develop and maintain their own packages. ## Possible implementation - Create a new page (with...
This PR changes the docs to share how to get started with a React Native Framework. The changes are screenshotted below. # Screenshots ## Get Started with React Native URL:...
# Why Adds getting started docs that match our new default template. Adds: - /get-started/introduction - /get-started/create-a-project - /get-started/set-up-your-environment - /get-started/start-developing # Test Plan TODO... This PR is still a...
# Why In the default template, we only moved the **app** directory to the **app-example** directory, which left the **components**, **constants**, **hooks**, and **scripts** folders. This PR moves the other...
# Why This adds a command to validate YAML in workflow configuration files. # Screenshots ## Valid YAML output ## Invalid YAML output # Test Plan Create a .yml file...
# Why Adding documentation for scheduled workflows. # Screenshot # Test Plan Make sure the changes read well.