> For the complete documentation index, see [llms.txt](https://cryptostream-app.appducks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptostream-app.appducks.com/release-notes.md).

# Release Notes

## 1.3.0 / 2020-08-26

* ~~Expo 35~~ **>>** **Expo 38**
* ~~react-navigation v4~~  **-> react-navigation v5.x**
* upgrade all packages in package.json.
* general improvement.
* added logo

## 1.2.0 / 2019-12-21

### Improved

* navigation navigating performance.

### Added

* Transact screen in the main menu for better UX
* keyboard component to the Transect Screen
* Prices screen that includes more comprehensive crypto market data overview (e.g.: top gainers, top losers, and tradable assets with cryptostream)
* material nav-tabs using react-navigation-material-bottom-tabs package
* transaction line chart to represent all txs happened on user's wallets.

## 1.1.0 - 2019-12-12

### Improved

* Enhance Chart component animation performance and layout using RN gesture-handler and reanimated libraries
* Improve the text appearance to fit all devices sizes.
* The bottom panel can smoothly dragged to top and bottom of the screen.

### Added

* Chart can show the price, date/time cursor when sliding over it.
* a line on the slider to make it more presentable.
* Crypto TopList Component
* expo-sms for sending sms

### Upgraded

* ~~Expo 33~~ **>>** **Expo 35**
* ~~expo-web-browser 5.0.3~~ **>> expo-web-browser 8.0.0**
* ~~react-navigation v3~~ **>> react-navigation v4**

## 1.0.0 - 2019-10-23

### Initial Release

* Introducing a React Native Crypto Stream App Theme that offers crypto exchanges, wallets, merchant tools from buying & selling digital assets to helping buyers/sellers keep up-to-date with all changes with simulation for wallets and transactions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cryptostream-app.appducks.com/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
