Skip to content

Commit e2fbc88

Browse files
committed
alpha warning
1 parent 9baf1fe commit e2fbc88

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

README-v14.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
[![MIT License][license-badge]][license]
1313
[![Sponsored by Callstack][callstack-badge]][callstack]
1414

15+
> ⚠️ **Alpha Version:** This version is currently in alpha. APIs and behavior may change before the stable release. Please report any issues you encounter.
16+
1517
## The problem
1618

1719
You want to write maintainable tests for your React Native components. As a part of this goal, you want your tests to avoid including implementation details of your components and rather focus on making your tests give you the confidence for which they are intended. As part of this, you want your tests to be maintainable in the long run so refactors of your components (changes to implementation but not functionality) don't break your tests and slow you and your team down.

website/docs/14.x/docs/migration/v14.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ import { PackageManagerTabs } from 'rspress/theme';
22

33
# Migration to 14.x
44

5+
:::warning Alpha Version
6+
7+
This version is currently in alpha. APIs and behavior may change before the stable release. Please report any issues you encounter.
8+
9+
:::
10+
511
This guide describes the migration to React Native Testing Library version 14 from version 13.x.
612

713
## Overview

website/docs/14.x/docs/start/intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Introduction
22

3+
:::warning Alpha Version
4+
5+
This version is currently in alpha. APIs and behavior may change before the stable release. Please report any issues you encounter.
6+
7+
:::
8+
39
## The problem
410

511
You want to write maintainable tests for your React Native components. As a part of this goal, you want your tests to avoid including implementation details of your components and focus on making your tests give you the confidence they are intended. As part of this, you want your tests to be maintainable in the long run so refactors of your components (changes to implementation but not functionality) don't break your tests and slow you and your team down.

website/docs/14.x/docs/start/quick-start.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ import { PackageManagerTabs } from 'rspress/theme';
22

33
# Quick Start
44

5+
:::warning Alpha Version
6+
7+
This version is currently in alpha. APIs and behavior may change before the stable release. Please report any issues you encounter.
8+
9+
:::
10+
511
## Installation
612

713
Open a Terminal in your project's folder and run:

0 commit comments

Comments
 (0)