# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
