Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update our FAQ answers #59

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/components/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const faqs = [
{
question: 'What does it mean that iOS is in beta?',
answer:
'iOS beta is fully App Store compliant. You may notice a slowdown in your app after patching with iOS beta which will be resolved in the coming months.',
'iOS beta is fully App Store compliant. You may notice a slowdown in your app after patching with iOS beta which will be resolved in our coming 1.0 release.',
},
{
question: 'Does Shorebird work for existing apps?',
answer:
'Yes. Shorebird requires no code changes to your Flutter app to work. See our [quick start guide](https://docs.shorebird.dev/guides/code_push_quickstart) to get started.',
'Yes. Shorebird requires no code changes to your Flutter app to adopt. See our [quick start guide](https://docs.shorebird.dev/guides/code_push_quickstart) to get started.',
},
{
question: 'Does Shorebird comply with Play Store and App Store guidelines?',
Expand All @@ -27,7 +27,7 @@ const faqs = [
{
question: 'Can I use this in production?',
answer:
'Yes! Shorebird is used in production today on Android. iOS support just launched in beta February 2024.',
'Yes! Shorebird has been used in production by thousands of apps since early 2023.',
},
{
question: 'Are there any limitations or known issues?',
Expand All @@ -37,12 +37,12 @@ const faqs = [
{
question: 'Can I self-host Shorebird or do you offer on-prem?',
answer:
'Not yet. We plan to offer on-prem in the future. [Contact us](mailto:[email protected]) if you are interested in self-hosting.',
'Not yet. [Contact us](mailto:[email protected]) if this is a blocker for you.',
},
{
question: 'Where is the roadmap?',
answer:
'Shorebird is developed entirely in the public, including our [project boards](https://github.com/shorebirdtech/shorebird/projects) shows what we are currently working on.',
'Shorebird is developed entirely in the public, including our [project boards](https://github.com/orgs/shorebirdtech/projects) shows what we are currently working on.',
},
];

Expand Down
Loading