Commit 95123c69 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

import react-native-orientation-locker

See merge request !54
parents 2938a972 77f9c153
...@@ -15,11 +15,11 @@ def checkothers(): ...@@ -15,11 +15,11 @@ def checkothers():
@app.route("/ru") @app.route("/ru")
def abc(): def abc():
response_val = funtion_one() response_val = funtion_one()
d = jsonify( # d = jsonify(
message="Successfully request done", # message="Successfully request done",
data=response_val # data=response_val
) # )
return make_response(d, 200) # return make_response(d, 200)
return response_val return response_val
if __name__ == "__main__": if __name__ == "__main__":
......
This diff is collapsed.
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
"react-native": "0.66.2", "react-native": "0.66.2",
"react-native-fontawesome": "^7.0.0", "react-native-fontawesome": "^7.0.0",
"react-native-gesture-handler": "^1.10.3", "react-native-gesture-handler": "^1.10.3",
"react-native-orientation-locker": "^1.4.0",
"react-native-reanimated": "^2.2.4", "react-native-reanimated": "^2.2.4",
"react-native-safe-area-context": "^3.3.2", "react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.9.0", "react-native-screens": "^3.9.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment